xref: /OK3568_Linux_fs/buildroot/package/bandwidthd/bandwidthd.service (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1[Unit]
2Description=Bandwidth usage monitor and reporter
3After=network.target
4
5[Service]
6Type=forking
7ExecStart=/usr/bin/bandwidthd
8PIDFile=/run/bandwidthd.pid
9
10[Install]
11WantedBy=multi-user.target
12