♻️: separate transmission/jackett/sonarr

This commit is contained in:
VC
2024-11-07 09:59:39 +01:00
parent b910bf5e3d
commit e68eefc42a
15 changed files with 40 additions and 84 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