-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
generate_systemd: After= and more options #431
Comments
…rsGH-431) Signed-off-by: dada513 <[email protected]>
I recently switched to this module's You may consider including the |
I will add that option to my PR, if Podman generate-systemd has a switch for RestartSec. |
…rsGH-431) Signed-off-by: dada513 <[email protected]>
…432) * generate_systemd: implement --wants, --after and --requires (GH-431) Signed-off-by: dada513 <[email protected]> Signed-off-by: Sagi Shnaidman <[email protected]> Co-authored-by: Sagi Shnaidman <[email protected]>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
According to the generate-systemd manpage, the After= option can be specified to describe dependencies of a container.
According to podman_container docs there is no such option for this in the ansible module.
It would be really useful to have this. For example, I can have a database container and have an app require it to be running
The text was updated successfully, but these errors were encountered: