diff --git a/scripts/runbot b/scripts/runbot --- 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