From f52562a45d967e193210737b55de5f0ff9018b76 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Mar 2024 01:01:06 +0000 Subject: gentoo auto-resync : 24:03:2024 - 01:01:06 --- www-apps/sonarr/files/sonarr.init-r2 | 7 ------- www-apps/sonarr/files/sonarr.logrotate | 7 ------- www-apps/sonarr/files/sonarr.service-r1 | 30 ------------------------------ 3 files changed, 44 deletions(-) delete mode 100644 www-apps/sonarr/files/sonarr.init-r2 delete mode 100644 www-apps/sonarr/files/sonarr.logrotate delete mode 100644 www-apps/sonarr/files/sonarr.service-r1 (limited to 'www-apps/sonarr/files') diff --git a/www-apps/sonarr/files/sonarr.init-r2 b/www-apps/sonarr/files/sonarr.init-r2 deleted file mode 100644 index 76b8dbed164b..000000000000 --- a/www-apps/sonarr/files/sonarr.init-r2 +++ /dev/null @@ -1,7 +0,0 @@ -#!/sbin/openrc-run - -pidfile="/run/sonarr.pid" -command="/opt/sonarr/Sonarr" -command_user="${GROUP:-sonarr}:${USER:-sonarr}" -command_background=true - diff --git a/www-apps/sonarr/files/sonarr.logrotate b/www-apps/sonarr/files/sonarr.logrotate deleted file mode 100644 index 9514fa02651e..000000000000 --- a/www-apps/sonarr/files/sonarr.logrotate +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -/var/lib/sonarr/.config/Sonarr/logs/*.txt{ - missingok - su sonarr sonarr -} diff --git a/www-apps/sonarr/files/sonarr.service-r1 b/www-apps/sonarr/files/sonarr.service-r1 deleted file mode 100644 index 542f5d7f1031..000000000000 --- a/www-apps/sonarr/files/sonarr.service-r1 +++ /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=/opt/sonarr/Sonarr -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 -- cgit v1.2.3