Merge branch 'master' of github.com:yagop/telegram-bot

This commit is contained in:
yago 2014-09-24 20:26:23 +02:00
commit 1d54ff40d0

View File

@ -5,5 +5,5 @@ start on runlevel [2345]
stop on shutdown
script
su - yperez -c /home/yperez/develop/telegram-bot/launch.sh > /dev/null
exec su -s /bin/sh -c /home/yperez/develop/telegram-bot/launch.sh yperez
end script