You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a running haproxy.container. systemctl reload haproxy responds with:
Failed to reload haproxy.service: Job type reload is not applicable for unit haproxy.service.
Suggest potential solution
Would it be possible to:
Support e.g. ReloadSignal=HUP syntax in the .container files?
Translate them to ExecReload=podman kill --signal=HUP systemd-haproxy?
Have you considered any alternatives?
One can currently run podman kill --signal=HUP systemd-haproxy directly, but that's hardly ergonomic. With proper reload support other tools such as cockpit would pick up on that and provide the option (in the service management tab at least). It is also easier to teach reload to newcomers than tell them to use kill to reload configuration.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature request description
I have a running
haproxy.container
.systemctl reload haproxy
responds with:Suggest potential solution
Would it be possible to:
ReloadSignal=HUP
syntax in the.container
files?ExecReload=podman kill --signal=HUP systemd-haproxy
?Have you considered any alternatives?
One can currently run
podman kill --signal=HUP systemd-haproxy
directly, but that's hardly ergonomic. With proper reload support other tools such as cockpit would pick up on that and provide the option (in the service management tab at least). It is also easier to teachreload
to newcomers than tell them to usekill
to reload configuration.Additional context
No response
The text was updated successfully, but these errors were encountered: