summaryrefslogtreecommitdiff
path: root/www-apps/sonarr/files/sonarr.service
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/sonarr/files/sonarr.service')
-rw-r--r--www-apps/sonarr/files/sonarr.service30
1 files changed, 0 insertions, 30 deletions
diff --git a/www-apps/sonarr/files/sonarr.service b/www-apps/sonarr/files/sonarr.service
deleted file mode 100644
index 562ad1229fd8..000000000000
--- a/www-apps/sonarr/files/sonarr.service
+++ /dev/null
@@ -1,30 +0,0 @@
-[Unit]
-Description=Sonarr is a Smart PVR for newsgroup and bittorrent users.
-After=syslog.target network.target network-online.target
-
-[Service]
-User=sonarr
-Group=sonarr
-
-Type=simple
-ExecStart=/usr/bin/mono /opt/sonarr/Sonarr.exe
-TimeoutStopSec=20
-KillMode=process
-Restart=on-failure
-
-PrivateTmp=yes
-PrivateDevices=yes
-PrivateMounts=yes
-ProtectHome=yes
-ProtectSystem=full
-NoNewPrivileges=yes
-ProtectHostname=yes
-ProtectClock=yes
-ProtectKernelTunables=yes
-ProtectKernelModules=yes
-ProtectKernelLogs=yes
-ProtectControlGroups=yes
-RestrictRealtime=yes
-
-[Install]
-WantedBy=multi-user.target