mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
unit: when deserializing jobs, don't pull in dependencies
This commit is contained in:
parent
1ead1cad4b
commit
e6402d1077
@ -2231,7 +2231,7 @@ int unit_coldplug(Unit *u) {
|
||||
return r;
|
||||
|
||||
if (u->meta.deserialized_job >= 0) {
|
||||
if ((r = manager_add_job(u->meta.manager, u->meta.deserialized_job, u, JOB_FAIL, false, NULL, NULL)) < 0)
|
||||
if ((r = manager_add_job(u->meta.manager, u->meta.deserialized_job, u, JOB_IGNORE_DEPENDENCIES, false, NULL, NULL)) < 0)
|
||||
return r;
|
||||
|
||||
u->meta.deserialized_job = _JOB_TYPE_INVALID;
|
||||
|
Loading…
Reference in New Issue
Block a user