From 2f0936bd20b431f2b21bd72c44dc4e564838dc35 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Sat, 11 Jul 2015 14:27:44 -0600 Subject: [PATCH] Initial Home page --- Systemd-script.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Systemd-script.md 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