scripts/runbot
changeset 31 bbcb8a3366b4
parent 27 4a2f7a1492ab
child 33 56571d34d754
--- a/scripts/runbot
+++ b/scripts/runbot
@@ -10,12 +10,12 @@
 # Description:       IRC BOT mcbot
 ### END INIT INFO
 
-RUNAS="nobody"
+RUNAS="mcbot"
 BINARY="mcbot"
 DIRECTORY="/usr/sbin/"
 LANGUAGE="de_DE.UTF-8"
 PARAMETER=""
-LOGFILE="/var/lib/nobody/mcbot-`date \"+%d-%m-%y\"`.log"
+LOGFILE="/var/lib/mcbot/mcbot-`date \"+%d-%m-%y\"`.log"
 
 [[ ! -x "${DIRECTORY}/${BINARY}" ]] && exit 0