diff options
-rwxr-xr-x | config/sysvinit.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sysvinit.example b/config/sysvinit.example index 728afc4ea..c5d1c9526 100755 --- a/config/sysvinit.example +++ b/config/sysvinit.example @@ -24,7 +24,7 @@ test -f $DAEMON || exit 0 set -e start_daemon() { - su -l -c "cd $SITE_HOME/alaveteli && bundle exec thin -d -p 3300 -e development start" $USER + su -l -c "cd $SITE_HOME/alaveteli && bundle exec thin -d -p 3300 -e production start" $USER } stop_daemon() { |