diff options
| -rwxr-xr-x | bin/perldaemon | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/perldaemon b/bin/perldaemon index b488163..feaa68a 100755 --- a/bin/perldaemon +++ b/bin/perldaemon @@ -55,8 +55,12 @@ case $ARG in logrotate ;; + foreground) + start daemon.daemonize=no $@ + ;; + *) - echo "Usage: $0 <start|stop|restart|logrotate>" + echo "Usage: $0 <start|stop|restart|logrotate|foreground>" exit 1 ;; esac |
