Files
buildroot/package/bandwidthd/bandwidthd.service
2023-03-11 21:06:02 +01:00

12 lines
201 B
Desktop File

[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