Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
core: ensure it's not fatal if we cannot watch /etc/localtime
Browse files Browse the repository at this point in the history
  • Loading branch information
poettering committed Oct 13, 2018
1 parent 0cb21d8 commit ea5c5f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ea5c5f6

Please sign in to comment.