Changeset 32559 in vbox
- Timestamp:
- Sep 16, 2010 12:56:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxweb-service.sh.in
r32555 r32559 298 298 [ -n "$VBOXWEB_KEEPALIVE" ] && PARAMS="$PARAMS -k $VBOXWEB_KEEPALIVE" 299 299 [ -n "$VBOXWEB_LOGFILE" ] && PARAMS="$PARAMS -F $VBOXWEB_LOGFILE" 300 # prevent inheriting this setting to VBoxSVC 301 unset VBOX_RELEASE_LOG_DEST 300 302 start_daemon $VBOXWEB_USER $binary $PARAMS > /dev/null 2>&1 301 303 # ugly: wait until the final process has forked
Note:
See TracChangeset
for help on using the changeset viewer.