commit | 2fadbe5b0a69e03f51d655b7324a176335bd7fdb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Feb 27 08:18:04 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 27 08:28:42 2016 +0100 |
tree | 722dbbe9034f7026051091f34bbd34d56658423f | |
parent | 1ab5e8642a3537006db8eeed4a3b1bdca2458b33 [diff] |
BUG/MINOR: systemd: report the correct signal in debug message output Commit c54bdd2 ("MINOR: Also accept SIGHUP/SIGTERM in systemd-wrapper") added support for extra signals but did not adapt the debug message, which continues to report incorrect signal types. Let's pass the signal number to the do_restart() and do_shutdown() functions so that the output matches the signal that was received.