VirtualBox

Changeset 32473 in vbox


Ignore:
Timestamp:
Sep 14, 2010 11:22:21 AM (14 years ago)
Author:
vboxsync
Message:

Linux installer: vboxweb-service updates

File:
1 edited

Legend:

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

    r32470 r32473  
    135135        bin="$1"
    136136        shift
    137         start-stop-daemon --background --chuid "$usr" --start --exec "$bin" -- $@
     137        start-stop-daemon --chuid "$usr" --start --exec "$bin" -- $@
    138138    }
    139139    killproc() {
     
    160160        bin="$1"
    161161        shift
    162         start-stop-daemon --background --chuid "$usr" --start --exec "$bin" -- $@
     162        start-stop-daemon --chuid "$usr" --start --exec "$bin" -- $@
    163163    }
    164164    killproc() {
     
    287287            exit 0
    288288        }
    289         PARAMS=
     289        PARAMS="--background"
    290290        [ -n "$VBOXWEB_HOST" ]           && PARAMS="$PARAMS -H $VBOXWEB_HOST"
    291291        [ -n "$VBOXWEB_PORT" ]           && PARAMS="$PARAMS -p $VBOXWEB_PORT"
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