diff options
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/localed.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/localed.c b/src/locale/localed.c index abb610d332..7c41822a2f 100644 --- a/src/locale/localed.c +++ b/src/locale/localed.c @@ -1137,6 +1137,8 @@ int main(int argc, char *argv[]) { goto finish; } + sd_event_set_watchdog(event, true); + r = connect_bus(&context, event, &bus); if (r < 0) goto finish; |