summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/readarr/files')
-rw-r--r--www-apps/readarr/files/readarr.init6
-rw-r--r--www-apps/readarr/files/readarr.logrotate4
-rw-r--r--www-apps/readarr/files/readarr.service30
3 files changed, 0 insertions, 40 deletions
diff --git a/www-apps/readarr/files/readarr.init b/www-apps/readarr/files/readarr.init
deleted file mode 100644
index 88cdbc9f597d..000000000000
--- a/www-apps/readarr/files/readarr.init
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/sbin/openrc-run
-
-pidfile="/run/readarr.pid"
-command="/opt/readarr/Readarr"
-command_user="readarr:readarr"
-command_background=true
diff --git a/www-apps/readarr/files/readarr.logrotate b/www-apps/readarr/files/readarr.logrotate
deleted file mode 100644
index 4675f682b629..000000000000
--- a/www-apps/readarr/files/readarr.logrotate
+++ /dev/null
@@ -1,4 +0,0 @@
-/var/lib/readarr/.config/Readarr/logs/*.txt{
- missingok
- su readarr readarr
-}
diff --git a/www-apps/readarr/files/readarr.service b/www-apps/readarr/files/readarr.service
deleted file mode 100644
index c96ba634b514..000000000000
--- a/www-apps/readarr/files/readarr.service
+++ /dev/null
@@ -1,30 +0,0 @@
-[Unit]
-Description=An ebook and audiobook collection manager for Usenet and BitTorrent users
-After=syslog.target network.target
-
-[Service]
-User=readarr
-Group=readarr
-
-Type=simple
-ExecStart=/opt/readarr/Readarr
-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