VirtualBox

Ignore:
Timestamp:
Sep 16, 2010 7:41:31 AM (14 years ago)
Author:
vboxsync
Message:

Linux installer: another fix for vboxweb-service

File:
1 edited

Legend:

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

    r32487 r32538  
    138138        bin="$1"
    139139        shift
    140         start-stop-daemon --chuid $usr --start --exec $bin -- $@
     140        start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
    141141    }
    142142    killproc() {
     
    163163        bin="$1"
    164164        shift
    165         start-stop-daemon --chuid $usr --start --exec $bin -- $@
     165        start-stop-daemon --background --chuid $usr --start --exec $bin -- $@
    166166    }
    167167    killproc() {
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