This commit is contained in:
yagop 2014-06-30 13:16:27 +02:00
parent 2d9de5b246
commit 823414a7c9
1 changed files with 2 additions and 1 deletions

View File

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