Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for systemctl reload with quadlets #25035

Open
mordae opened this issue Jan 17, 2025 · 0 comments
Open

Add support for systemctl reload with quadlets #25035

mordae opened this issue Jan 17, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@mordae
Copy link

mordae commented Jan 17, 2025

Feature request description

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:

  1. Support e.g. ReloadSignal=HUP syntax in the .container files?
  2. 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

@mordae mordae added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant