commit 2f0936bd20b431f2b21bd72c44dc4e564838dc35 Author: Matthew Little Date: Sat Jul 11 14:27:44 2015 -0600 Initial Home page diff --git a/Systemd-script.md b/Systemd-script.md new file mode 100644 index 0000000..043843d --- /dev/null +++ b/Systemd-script.md @@ -0,0 +1,18 @@ +``` +[Unit] +Description=Jackett Daemon +After=network.target + +[Service] +User=[user] +Restart=always +RestartSec=5 +Type=simple +ExecStart=/usr/bin/mono --debug /opt/Jackett/Jackett.exe +TimeoutStopSec=20 + +[Install] +WantedBy=multi-user.target +``` + +Discussion https://github.com/zone117x/Jackett/issues/36 \ No newline at end of file