upstart :D

This commit is contained in:
yagop 2014-09-24 12:12:06 +02:00
parent 5e2a329f01
commit 0f4c0cd890

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