summaryrefslogtreecommitdiff
path: root/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'service.c')
-rw-r--r--service.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/service.c b/service.c
index ca6e04500c..a693c33392 100644
--- a/service.c
+++ b/service.c
@@ -1658,11 +1658,6 @@ static int service_enumerate(Manager *m) {
if ((r = manager_load_unit(m, name, &service)) < 0)
goto finish;
- /* Don't allow that non-SysV services
- * are started via rcN.d/ links. */
- if (!SERVICE(service)->sysv_path)
- continue;
-
if ((r = manager_load_unit(m, rcnd[i+1], &runlevel)) < 0)
goto finish;