diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-01 17:58:21 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-01 21:12:23 +0200 |
commit | ccc8d893d87b81f84bf3019516264a392b83fd31 (patch) | |
tree | 02db179d509213e9d53eba7f85ee5083dd44c196 /www-apps | |
parent | dev-python/genson: remove unused patch(es) (diff) | |
download | gentoo-ccc8d893d87b81f84bf3019516264a392b83fd31.tar.gz gentoo-ccc8d893d87b81f84bf3019516264a392b83fd31.tar.bz2 gentoo-ccc8d893d87b81f84bf3019516264a392b83fd31.zip |
www-apps/sonarr: remove unused files
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30436
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/sonarr/files/sonarr.init | 8 | ||||
-rw-r--r-- | www-apps/sonarr/files/sonarr.init-r1 | 7 | ||||
-rw-r--r-- | www-apps/sonarr/files/sonarr.service | 30 |
3 files changed, 0 insertions, 45 deletions
diff --git a/www-apps/sonarr/files/sonarr.init b/www-apps/sonarr/files/sonarr.init deleted file mode 100644 index 2ca5082cfbc0..000000000000 --- a/www-apps/sonarr/files/sonarr.init +++ /dev/null @@ -1,8 +0,0 @@ -#!/sbin/openrc-run - -pidfile="/run/sonarr.pid" -command="mono" -command_args="/opt/sonarr/Sonarr.exe" -command_user="sonarr:sonarr" -command_background=true - diff --git a/www-apps/sonarr/files/sonarr.init-r1 b/www-apps/sonarr/files/sonarr.init-r1 deleted file mode 100644 index dd1b7388738a..000000000000 --- a/www-apps/sonarr/files/sonarr.init-r1 +++ /dev/null @@ -1,7 +0,0 @@ -#!/sbin/openrc-run - -pidfile="/run/sonarr.pid" -command="/opt/sonarr/Sonarr" -command_user="sonarr:sonarr" -command_background=true - 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 |