mirror of
https://github.com/systemd/systemd.git
synced 2025-02-23 13:57:33 +03:00
service: don't timeout special services
This commit is contained in:
parent
b8d3418f7b
commit
90a13a44cb
@ -623,6 +623,10 @@ static int service_load_sysv_path(Service *s, const char *path) {
|
||||
/* Special setting for all SysV services */
|
||||
s->valid_no_process = true;
|
||||
|
||||
/* Don't timeout special services during boot (like fsck) */
|
||||
if (!chars_intersect("12345", s->sysv_runlevels))
|
||||
s->timeout_usec = -1;
|
||||
|
||||
u->meta.load_state = UNIT_LOADED;
|
||||
r = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user