VirtualBox

Changeset 32559 in vbox


Ignore:
Timestamp:
Sep 16, 2010 12:56:48 PM (14 years ago)
Author:
vboxsync
Message:

Linux installer/vboxweb-service: prevent inheriting of some environment variables to VBoxSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxweb-service.sh.in

    r32555 r32559  
    298298        [ -n "$VBOXWEB_KEEPALIVE" ]      && PARAMS="$PARAMS -k $VBOXWEB_KEEPALIVE"
    299299        [ -n "$VBOXWEB_LOGFILE" ]        && PARAMS="$PARAMS -F $VBOXWEB_LOGFILE"
     300        # prevent inheriting this setting to VBoxSVC
     301        unset VBOX_RELEASE_LOG_DEST
    300302        start_daemon $VBOXWEB_USER $binary $PARAMS > /dev/null 2>&1
    301303        # ugly: wait until the final process has forked
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette