summaryrefslogtreecommitdiff
path: root/www-apps/jackett/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-24 01:01:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-24 01:01:06 +0000
commitf52562a45d967e193210737b55de5f0ff9018b76 (patch)
tree909caa133f3a538fde8ed9dfd9efa42a2c7a0507 /www-apps/jackett/files
parent36fc50e36ed1a4686bb7202aeaff3170b2206124 (diff)
gentoo auto-resync : 24:03:2024 - 01:01:06
Diffstat (limited to 'www-apps/jackett/files')
-rw-r--r--www-apps/jackett/files/jackett.init6
-rw-r--r--www-apps/jackett/files/jackett.logrotate4
-rw-r--r--www-apps/jackett/files/jackett.service30
3 files changed, 0 insertions, 40 deletions
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