mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Fix example in oci-hooks.5.md
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
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