Browse Source

Merge pull request #152 from garlandkr/master

Removed group setting for init
pull/228/head
Ruud Burger 13 years ago
parent
commit
e929af76d0
  1. 2
      init/ubuntu

2
init/ubuntu

@ -45,7 +45,7 @@ case "$1" in
start)
echo "Starting $DESC"
rm -rf $PID_PATH || return 1
install -d --mode=0755 -o $RUN_AS -g $RUN_AS $PID_PATH || return 1
install -d --mode=0755 -o $RUN_AS $PID_PATH || return 1
start-stop-daemon -d $APP_PATH -c $RUN_AS --start --background --pidfile $PID_FILE --exec $DAEMON -- $DAEMON_OPTS
;;
stop)

Loading…
Cancel
Save