10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
|
[Unit]
|
||
|
Description=Network traffic monitor
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/vnstatd -n
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|