summarylogtreecommitdiffstats
path: root/bandwidthd-webui.service
diff options
context:
space:
mode:
authorOleksandr Natalenko2020-07-26 12:06:48 +0200
committerOleksandr Natalenko2020-07-26 12:06:48 +0200
commit7dd1327997893b065b15ca0bbe9dced79e92464e (patch)
treeff7ab0edb334e42829f150b4c11d89636bdff4f8 /bandwidthd-webui.service
parentac19b2a08a7b3f933849fd11c6fa22c15549b2d3 (diff)
downloadaur-7dd1327997893b065b15ca0bbe9dced79e92464e.tar.gz
update to v2.0.4
Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Diffstat (limited to 'bandwidthd-webui.service')
-rw-r--r--bandwidthd-webui.service39
1 files changed, 0 insertions, 39 deletions
diff --git a/bandwidthd-webui.service b/bandwidthd-webui.service
deleted file mode 100644
index 1486f316efaa..000000000000
--- a/bandwidthd-webui.service
+++ /dev/null
@@ -1,39 +0,0 @@
-[Unit]
-Description=Daemon for graphing traffic of subnet machines - Web UI
-PartOf=bandwidthd.service
-
-[Service]
-User=bandwidthd
-Group=bandwidthd
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-AmbientCapabilities=CAP_NET_BIND_SERVICE
-RestrictAddressFamilies=AF_INET AF_INET6
-RestrictNamespaces=true
-PrivateDevices=true
-NoNewPrivileges=true
-PrivateTmp=true
-ProtectClock=true
-ProtectControlGroups=true
-ProtectHome=true
-ProtectKernelLogs=true
-ProtectKernelModules=true
-ProtectKernelTunables=true
-ProtectSystem=strict
-StateDirectory=bandwidthd
-RuntimeDirectory=bandwidthd
-ConfigurationDirectory=bandwidthd
-RestrictSUIDSGID=true
-SystemCallArchitectures=native
-RestrictRealtime=true
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RemoveIPC=true
-UMask=066
-ProtectHostname=true
-SystemCallFilter=@system-service
-SystemCallFilter=~@privileged @resources
-ExecStart=/usr/bin/nginx -c /etc/bandwidthd/bandwidthd-webui.conf
-PIDFile=bandwidthd/bandwidthd-webui.pid
-
-[Install]
-WantedBy=bandwidthd.service