netperf: Add systemd unit file

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-07-20 19:30:33 -07:00
parent 587fe58777
commit 2039ff1935
2 changed files with 17 additions and 4 deletions
@@ -0,0 +1,9 @@
[Unit]
Description=Netperf Benchmark Server
After=network.target
[Service]
ExecStart=/usr/sbin/netserver -D
[Install]
WantedBy=multi-user.target