From 2c353df21b9433e8a332cf7176c52ee30951021f Mon Sep 17 00:00:00 2001 From: Boyan Rabchev Date: Sun, 29 Mar 2015 23:04:48 +0300 Subject: [PATCH] upstart fixes --- bin/wetty.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/wetty.conf b/bin/wetty.conf index 189b09e..2dd627f 100644 --- a/bin/wetty.conf +++ b/bin/wetty.conf @@ -4,10 +4,10 @@ description "Web TTY" author "Wetty" -start on started network -stop on stopping network +start on started mountall +stop on shutdown respawn respawn limit 20 5 -exec wetty -p 3000 +exec sudo -u root wetty -p 3000