aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rc.c b/src/rc.c
index 1824e058..f4613a8a 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -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;