This commit is contained in:
yagop
2014-07-02 14:30:18 +02:00
parent 07460ac1f0
commit f3184c2018
4 changed files with 944 additions and 15 deletions

View File

@@ -5,5 +5,5 @@ start on runlevel [2345]
stop on shutdown
script
su - yperez -c "cd /home/yperez/develop/telegram-bot/ && screen ./launch.sh"
su - yperez -c "screen /home/yperez/develop/telegram-bot/launch.sh"
end script