mirror of https://github.com/containers/podman.git
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:
commit
589b12dbc9
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue