summaryrefslogtreecommitdiff
path: root/service.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-13 22:24:45 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-13 22:24:45 +0200
commit2a1a539789190c2d413710bcd88f1e351400d700 (patch)
tree337558027bbc904743c7a1105c21ffdf99dcbcdf /service.c
parentfbe9f3a92dcb585c14faf06ef9017f552e405222 (diff)
sysv: drop warning about missing chkconfig header
Diffstat (limited to 'service.c')
-rw-r--r--service.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/service.c b/service.c
index c13cf2f5e1..ca25248dfa 100644
--- a/service.c
+++ b/service.c
@@ -591,14 +591,6 @@ static int service_load_sysv_path(Service *s, const char *path) {
}
}
- /* If init scripts have no LSB header, then we enforce the
- * ordering via the chkconfig priorities. We try to determine
- * a priority for *all* init scripts here, since they are
- * needed as soon as at least one non-LSB script is used. */
-
- if (s->sysv_start_priority < 0)
- log_warning("%s has neither a chkconfig header nor a directory link, cannot order unit!", u->meta.id);
-
if ((r = sysv_exec_commands(s)) < 0)
goto finish;