diff options
Diffstat (limited to 'src/run/run.c')
-rw-r--r-- | src/run/run.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/run/run.c b/src/run/run.c index 9010b8d660..4370f897ec 100644 --- a/src/run/run.c +++ b/src/run/run.c @@ -1875,8 +1875,6 @@ static int start_transient_service(sd_bus *bus) { return log_error_errno(r, "Failed to get event loop: %m"); if (master >= 0) { - assert_se(sigprocmask_many(SIG_BLOCK, /* old_sigset=*/ NULL, SIGWINCH) >= 0); - (void) sd_event_set_signal_exit(c.event, true); if (!arg_quiet) |