mirror of
https://github.com/containers/podman.git
synced 2025-09-22 12:14:26 +08:00
Merge pull request #3365 from eriksjolund/documentation_fix_example_in_oci-hooks.5.md
Fix example in oci-hooks.5.md
This commit is contained in:
@ -90,7 +90,7 @@ $ cat /etc/containers/oci/hooks.d/oci-systemd-hook.json
|
||||
"path": "/usr/libexec/oci/hooks.d/oci-systemd-hook"
|
||||
}
|
||||
"when": {
|
||||
"args": [".*/init$" , ".*/systemd$"],
|
||||
"commands": [".*/init$" , ".*/systemd$"],
|
||||
},
|
||||
"stages": ["prestart", "poststop"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user