feat: add jackett server & conf

This commit is contained in:
VC
2024-07-05 11:53:41 +02:00
parent f19da209fe
commit 3aa021d748
8 changed files with 67 additions and 16 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=Jackett Daemon
After=network.target
[Service]
SyslogIdentifier=jackett
Restart=always
RestartSec=5
Type=simple
User=jackett
Group=jackett
WorkingDirectory={{ jackett_home }}
ExecStart=/bin/sh "{{ jackett_home }}/jackett_launcher.sh"
TimeoutStopSec=30
[Install]
WantedBy=multi-user.target