core: ensure it's not fatal if we cannot watch /etc/localtime

See: #9602
This commit is contained in:
Lennart Poettering 2018-10-13 15:12:41 +02:00
parent 0cb21d8c60
commit ea5c5f680d
1 changed files with 1 additions and 3 deletions

View File

@ -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)