summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/radarr/files')
-rw-r--r--www-apps/radarr/files/radarr.init7
-rw-r--r--www-apps/radarr/files/radarr.logrotate4
-rw-r--r--www-apps/radarr/files/radarr.service30
3 files changed, 0 insertions, 41 deletions
diff --git a/www-apps/radarr/files/radarr.init b/www-apps/radarr/files/radarr.init
deleted file mode 100644
index 8abff709a970..000000000000
--- a/www-apps/radarr/files/radarr.init
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/sbin/openrc-run
-
-pidfile="/run/radarr.pid"
-command="/opt/radarr/Radarr"
-command_user="radarr:radarr"
-command_background=true
-
diff --git a/www-apps/radarr/files/radarr.logrotate b/www-apps/radarr/files/radarr.logrotate
deleted file mode 100644
index 166b80807334..000000000000
--- a/www-apps/radarr/files/radarr.logrotate
+++ /dev/null
@@ -1,4 +0,0 @@
-/var/lib/radarr/.config/Radarr/logs/*.txt{
- missingok
- su radarr radarr
-}
diff --git a/www-apps/radarr/files/radarr.service b/www-apps/radarr/files/radarr.service
deleted file mode 100644
index daff14f543b1..000000000000
--- a/www-apps/radarr/files/radarr.service
+++ /dev/null
@@ -1,30 +0,0 @@
-[Unit]
-Description=A fork of Sonarr to work with movies à la Couchpotato.
-After=syslog.target network.target
-
-[Service]
-User=radarr
-Group=radarr
-
-Type=simple
-ExecStart=/opt/radarr/Radarr
-TimeoutStopSec=20
-KillMode=process
-Restart=always
-
-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