Fix example in oci-hooks.5.md

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
Erik Sjölund
2019-06-18 18:43:21 +02:00
parent 1c6e4dc6bb
commit 5c5262a24c

View File

@ -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"]
}