summarylogtreecommitdiffstats
path: root/bandwidthd-webui.service
blob: b77740cdd93141b46724a5dc58a098d616e7e2e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Daemon for graphing traffic of subnet machines - Web UI
PartOf=bandwidthd.service
After=bandwidthd.service

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

[Install]
WantedBy=bandwidthd.service