summarylogtreecommitdiffstats
path: root/bandwidthd.service
diff options
context:
space:
mode:
Diffstat (limited to 'bandwidthd.service')
-rw-r--r--bandwidthd.service40
1 files changed, 0 insertions, 40 deletions
diff --git a/bandwidthd.service b/bandwidthd.service
deleted file mode 100644
index f9f4675eb99e..000000000000
--- a/bandwidthd.service
+++ /dev/null
@@ -1,40 +0,0 @@
-[Unit]
-Description=Daemon for graphing traffic of subnet machines
-Requires=network-online.target bandwidthd-rotate.timer bandwidthd-webui.service
-
-[Service]
-User=bandwidthd
-Group=bandwidthd
-CapabilityBoundingSet=CAP_NET_RAW
-AmbientCapabilities=CAP_NET_RAW
-RestrictAddressFamilies=AF_UNIX AF_PACKET
-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
-IPAddressDeny=any
-SystemCallFilter=@system-service
-SystemCallFilter=~@privileged
-ExecStart=/usr/bin/bandwidthd -D -c /etc/bandwidthd/bandwidthd.conf
-PIDFile=bandwidthd/bandwidthd.pid
-
-[Install]
-WantedBy=multi-user.target