From a613591d2f6d21efdaa75824dd159cc5b7fe31e5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 11 Sep 2021 12:17:17 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/systemd.service b/conf/systemd.service index 8df1b74..ecf56fc 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,6 +9,7 @@ Group=__APP__ WorkingDirectory=__FINALPATH__/ ExecStart=/bin/sh "__FINALPATH__/jackett_launcher.sh" --Port __PORT__ #--NoUpdates +Environment=XDG_CONFIG_HOME=__FINALPATH__/ TimeoutStopSec=30 SyslogIdentifier=jackett Restart=always