1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-22 00:18:57 +01:00
Files
operating-system/buildroot/package/bandwidthd/bandwidthd.service
T
2018-03-17 23:47:00 +00: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