mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
core: ensure it's not fatal if we cannot watch /etc/localtime
See: #9602
This commit is contained in:
parent
0cb21d8c60
commit
ea5c5f680d
@ -839,9 +839,7 @@ int manager_new(UnitFileScope scope, ManagerTestRunFlags test_run_flags, Manager
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
r = manager_setup_timezone_change(m);
|
||||
if (r < 0)
|
||||
return r;
|
||||
(void) manager_setup_timezone_change(m);
|
||||
|
||||
r = manager_setup_sigchld_event_source(m);
|
||||
if (r < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user