funbox/init-exporter

Systemd: reload_signal for CentOS 7

Closed this issue · 1 comments

Continuing the issue #57

Feature Request

Proposal:

Return setting reload_signal for CentOS 7 (systemctl). Use it in the property ExecReload. Use the command pkill instead kill.

ExecReload=/bin/pkill -SIGUSR2 -P $MAINPID

Current behavior:

reload_signal is not supported

Desired behavior:

I would like to, when executing the command systemctl reload sends defined signal to the process.

Implemented in 0903f5a