Changeset 66074 in vbox
- Timestamp:
- Mar 14, 2017 8:59:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxautostart-service.sh
r58326 r66074 78 78 bin="$1" 79 79 shift 80 start-stop-daemon -- background --chuid $usr --start --exec $bin -- $@80 start-stop-daemon --chuid $usr --start --exec $bin -- $@ 81 81 } 82 82 fi
Note:
See TracChangeset
for help on using the changeset viewer.