diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-25 13:17:20 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-07 12:11:14 +0100 |
commit | 41313ad0cddb236d0f1c28b4f57824aa8217fcb3 (patch) | |
tree | cec3ecd0d4f340a3a3702d20e3a4059d1640b65a | |
parent | a2bd0b63d5e5a02d3b5f4bcb8bb7363b93ee5cf1 (diff) |
Use default port for thin
No reason to use non-default
-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 c5d1c9526..2514fe003 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 production start" $USER + su -l -c "cd $SITE_HOME/alaveteli && bundle exec thin -d -e production start" $USER } stop_daemon() { |