From 823414a7c96735841084340d61c1c404ccadac3f Mon Sep 17 00:00:00 2001 From: yagop Date: Mon, 30 Jun 2014 13:16:27 +0200 Subject: [PATCH] conf --- etc/telegram.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/telegram.conf b/etc/telegram.conf index 288175a..3edf041 100644 --- a/etc/telegram.conf +++ b/etc/telegram.conf @@ -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