aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sysvinit.example
diff options
context:
space:
mode:
Diffstat (limited to 'conf/sysvinit.example')
-rwxr-xr-xconf/sysvinit.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/sysvinit.example b/conf/sysvinit.example
index 44424281b..9ad97e6ab 100755
--- a/conf/sysvinit.example
+++ b/conf/sysvinit.example
@@ -24,7 +24,7 @@ test -f $DAEMON || exit 0
set -e
start_daemon() {
- su -l -c "cd $SITE_HOME/fixmystreet && bin/cron-wrapper web/fixmystreet_app_fastcgi.cgi -d -l :9000 -n 2" $USER
+ su -l -c "cd $SITE_HOME/fixmystreet && web/fixmystreet_app_fastcgi.cgi -d -l :9000 -n 2" $USER
}
stop_daemon() {