summaryrefslogtreecommitdiff
path: root/fastbangs-git/fastbangs.service
diff options
context:
space:
mode:
Diffstat (limited to 'fastbangs-git/fastbangs.service')
-rw-r--r--fastbangs-git/fastbangs.service33
1 files changed, 0 insertions, 33 deletions
diff --git a/fastbangs-git/fastbangs.service b/fastbangs-git/fastbangs.service
deleted file mode 100644
index 7ba3bb2..0000000
--- a/fastbangs-git/fastbangs.service
+++ /dev/null
@@ -1,33 +0,0 @@
-[Unit]
-Description=fastbangs search engine redirect service
-After=network.target
-Wants=network-online.target
-
-[Service]
-WorkingDirectory=/var/lib/fastbangs
-ExecStart=/usr/bin/fastbangs
-User=fastbangs
-LockPersonality=yes
-MemoryDenyWriteExecute=yes
-NoNewPrivileges=yes
-PrivateDevices=true
-PrivateTmp=true
-ProtectClock=yes
-ProtectControlGroups=yes
-ProtectHome=true
-ProtectHostname=yes
-ProtectKernelLogs=yes
-ProtectKernelModules=yes
-ProtectKernelTunables=yes
-ProtectSystem=full
-RestrictAddressFamilies=~AF_PACKET AF_NETLINK
-RestrictNamespaces=yes
-RestrictSUIDSGID=yes
-RestrictRealtime=yes
-Restart=always
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-Type=simple
-
-[Install]
-WantedBy=multi-user.target