mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-28 21:42:10 +00:00
12 lines
201 B
SYSTEMD
12 lines
201 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Bandwidth usage monitor and reporter
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=forking
|
||
|
|
ExecStart=/usr/bin/bandwidthd
|
||
|
|
PIDFile=/var/run/bandwidthd.pid
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|