From 0f4c0cd89016274ef677f4f7b8dd8ebc86b43e62 Mon Sep 17 00:00:00 2001 From: yagop Date: Wed, 24 Sep 2014 12:12:06 +0200 Subject: [PATCH] upstart :D --- etc/telegram.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/telegram.conf b/etc/telegram.conf index 288175a..5e8ca82 100644 --- a/etc/telegram.conf +++ b/etc/telegram.conf @@ -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