From 590241e0c6b131c984cac9444e958f48e683d144 Mon Sep 17 00:00:00 2001 From: nosscire Date: Thu, 31 Oct 2013 18:12:35 -0700 Subject: [PATCH] Updated Autostart on Linux (markdown) --- Autostart-on-Linux.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Autostart-on-Linux.md b/Autostart-on-Linux.md index 600e6fd..7b19b09 100644 --- a/Autostart-on-Linux.md +++ b/Autostart-on-Linux.md @@ -20,12 +20,10 @@ setgid nogroup start on runlevel [2345] stop on runlevel [016] -expect fork respawn -script - mono $DIR/NzbDrone.exe -end script +exec mono $DIR/NzbDrone.exe + ``` Press `ctrl+x` then `y` to save.