Merge "Add missing ExecReload in container service unit file"

This commit is contained in:
Zuul 2019-11-29 23:12:19 +00:00 committed by Gerrit Code Review
commit 43876b01b9
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ Wants=%(wants)s
[Service]
Restart=%(restart)s
ExecStart=%(start_cmd)s
ExecReload=/usr/bin/podman kill --signal HUP %(name)s
ExecStop=/usr/bin/podman stop -t %(stop_grace_period)s %(name)s
KillMode=none
Type=forking