Remove this until we can make it work properly - ie not hangup when cable goes in/out
This commit is contained in:
parent
25d219a086
commit
4e64558cbf
@ -949,10 +949,6 @@ int main (int argc, char **argv)
|
||||
in_background = rc_is_env ("IN_BACKGROUND", "true");
|
||||
ibsave = strdup (getenv ("IN_BACKGROUND"));
|
||||
unsetenv ("IN_BACKGROUND");
|
||||
|
||||
/* Don't hang around */
|
||||
if (in_background)
|
||||
setenv ("RC_PARALLEL_STARTUP", "yes", 1);
|
||||
}
|
||||
|
||||
#ifdef __linux__
|
||||
|
Loading…
Reference in New Issue
Block a user