summarylogtreecommitdiffstats
path: root/bandwidthd.service
blob: b9bf7c9734b4475c0065b8d0e581c77c6b7caa2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Daemon for graphing traffic of subnet machines
Requires=network-online.target

[Service]
User=bandwidthd
Group=bandwidthd
CapabilityBoundingSet=CAP_NET_RAW
AmbientCapabilities=CAP_NET_RAW
ExecStart=/usr/bin/bandwidthd -D -c /etc/bandwidthd/bandwidthd.conf
PIDFile=/run/bandwidthd/bandwidthd.pid

[Install]
WantedBy=multi-user.target