Changeset 32538 in vbox for trunk/src/VBox/Installer/linux/vboxweb-service.sh.in
- Timestamp:
- Sep 16, 2010 7:41:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxweb-service.sh.in
r32487 r32538 138 138 bin="$1" 139 139 shift 140 start-stop-daemon -- chuid $usr --start --exec $bin -- $@140 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 141 141 } 142 142 killproc() { … … 163 163 bin="$1" 164 164 shift 165 start-stop-daemon -- chuid $usr --start --exec $bin -- $@165 start-stop-daemon --background --chuid $usr --start --exec $bin -- $@ 166 166 } 167 167 killproc() {
Note:
See TracChangeset
for help on using the changeset viewer.