Changeset 5061 in vbox for trunk/src/VBox/Main/linux
- Timestamp:
- Sep 26, 2007 5:15:30 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 24874
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/server_module.cpp
r4475 r5061 167 167 168 168 #ifdef RT_OS_OS2 169 char * const args[] = { VBoxSVCPath, "--automate", 0 };169 char * const args[] = { VBoxSVCPath, "--automate", 0 }; 170 170 /* use NSPR because we want the process to be detached right 171 * at startup (it isn't possible to detach it later on) */ 171 * at startup (it isn't possible to detach it later on), 172 * RTProcCreate() isn't yet capable of doing that. */ 172 173 PRStatus rv = PR_CreateProcessDetached (VBoxSVCPath, 173 args, NULL, 0);174 args, NULL, NULL); 174 175 if (rv != PR_SUCCESS) 175 176 {
Note:
See TracChangeset
for help on using the changeset viewer.