diff options
author | Roy Marples <roy@marples.name> | 2007-08-17 12:14:04 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-08-17 12:14:04 +0000 |
commit | b10bd4b9d7d4fea7957201561a34fa3f6303f279 (patch) | |
tree | 5527675fc314a6fa598cdc3b05d00e7da0e40823 /src | |
parent | adbe0393851b13ecb8f979cd5b8b53c92be761b0 (diff) |
Stop un-needed services when changing runlevels, #189050.
Diffstat (limited to 'src')
-rw-r--r-- | src/rc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1143,7 +1143,6 @@ int main (int argc, char **argv) rc_set_runlevel (newlevel); types = rc_strlist_add (NULL, "needsme"); - types = rc_strlist_add (types, "usesme"); /* Now stop the services that shouldn't be running */ STRLIST_FOREACH (stop_services, service, i) { bool found = false; |