Changeset 32473 in vbox
- Timestamp:
- Sep 14, 2010 11:22:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxweb-service.sh.in
r32470 r32473 135 135 bin="$1" 136 136 shift 137 start-stop-daemon -- background --chuid "$usr" --start --exec "$bin" -- $@137 start-stop-daemon --chuid "$usr" --start --exec "$bin" -- $@ 138 138 } 139 139 killproc() { … … 160 160 bin="$1" 161 161 shift 162 start-stop-daemon -- background --chuid "$usr" --start --exec "$bin" -- $@162 start-stop-daemon --chuid "$usr" --start --exec "$bin" -- $@ 163 163 } 164 164 killproc() { … … 287 287 exit 0 288 288 } 289 PARAMS= 289 PARAMS="--background" 290 290 [ -n "$VBOXWEB_HOST" ] && PARAMS="$PARAMS -H $VBOXWEB_HOST" 291 291 [ -n "$VBOXWEB_PORT" ] && PARAMS="$PARAMS -p $VBOXWEB_PORT"
Note:
See TracChangeset
for help on using the changeset viewer.