mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 14:55:37 +03:00
journal-remote: log about inability to install signals
This commit is contained in:
parent
4b670f8688
commit
83a4333919
@ -560,7 +560,9 @@ static int create_remoteserver(
|
||||
if (r < 0)
|
||||
return r;
|
||||
|
||||
setup_signals(s);
|
||||
r = setup_signals(s);
|
||||
if (r < 0)
|
||||
return log_error_errno(r, "Failed to set up signals: %m");
|
||||
|
||||
n = sd_listen_fds(true);
|
||||
if (n < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user