$OPTIONS (for example --vhosts)

This commit is contained in:
Frédéric Péters 2005-05-23 11:30:51 +00:00
parent c16d8cff03
commit 2597b43cf4
1 changed files with 1 additions and 1 deletions

2
debian/wcs.init vendored
View File

@ -23,7 +23,7 @@ fi
#
d_start() {
start-stop-daemon --start --quiet --pidfile $PIDFILE \
--chuid www-data:www-data --make-pidfile --background --exec $DAEMON
--chuid www-data:www-data --make-pidfile --background --exec $DAEMON -- $OPTIONS
}
#