buildroot/package/bandwidthd/bandwidthd.service
Nathaniel Roach f1b07c06fa bandwidthd: Add systemd unit file and install it to run at startup.
Signed-off-by: Nathaniel Roach <nroach44@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-11 20:44:52 +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