mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
sysv: use lsb dependencies only for ordering, not for pulling in stuff, leave that to the symlink farms
This commit is contained in:
parent
061ea77d9e
commit
fc22fc6efc
10
service.c
10
service.c
@ -484,15 +484,7 @@ static int service_load_sysv_path(Service *s, const char *path, UnitLoadState *n
|
|||||||
if (r == 0)
|
if (r == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (!(r = unit_add_dependency_by_name(u, UNIT_AFTER, m)) < 0) {
|
r = unit_add_dependency_by_name(u, UNIT_AFTER, m);
|
||||||
free(m);
|
|
||||||
goto finish;
|
|
||||||
}
|
|
||||||
|
|
||||||
r = unit_add_dependency_by_name(
|
|
||||||
u,
|
|
||||||
startswith(t, "Required-Start:") ? UNIT_REQUIRES : UNIT_WANTS,
|
|
||||||
m);
|
|
||||||
free(m);
|
free(m);
|
||||||
|
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user