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/jackett/files/jackett.init | 6 ------ www-apps/jackett/files/jackett.logrotate | 4 ---- www-apps/jackett/files/jackett.service | 30 ------------------------------ 3 files changed, 40 deletions(-) delete mode 100644 www-apps/jackett/files/jackett.init delete mode 100644 www-apps/jackett/files/jackett.logrotate delete mode 100644 www-apps/jackett/files/jackett.service (limited to 'www-apps/jackett/files') diff --git a/www-apps/jackett/files/jackett.init b/www-apps/jackett/files/jackett.init deleted file mode 100644 index ffd6abfa31dd..000000000000 --- a/www-apps/jackett/files/jackett.init +++ /dev/null @@ -1,6 +0,0 @@ -#!/sbin/openrc-run - -pidfile="/run/jackett.pid" -command="/opt/jackett/jackett" -command_user="jackett:jackett" -command_background=true diff --git a/www-apps/jackett/files/jackett.logrotate b/www-apps/jackett/files/jackett.logrotate deleted file mode 100644 index 859203f00b2c..000000000000 --- a/www-apps/jackett/files/jackett.logrotate +++ /dev/null @@ -1,4 +0,0 @@ -/var/lib/jackett/.config/Jackett/log.txt{ - missingok - su jackett jackett -} diff --git a/www-apps/jackett/files/jackett.service b/www-apps/jackett/files/jackett.service deleted file mode 100644 index 8a2d7775fed5..000000000000 --- a/www-apps/jackett/files/jackett.service +++ /dev/null @@ -1,30 +0,0 @@ -[Unit] -Description=API Support for your favorite torrent trackers -After=syslog.target network.target - -[Service] -User=jackett -Group=jackett - -Type=simple -ExecStart=/opt/jackett/jackett -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 -- cgit v1.2.3