Fix example in oci-hooks.5.md
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
parent
1c6e4dc6bb
commit
5c5262a24c
|
|
@ -90,7 +90,7 @@ $ cat /etc/containers/oci/hooks.d/oci-systemd-hook.json
|
||||||
"path": "/usr/libexec/oci/hooks.d/oci-systemd-hook"
|
"path": "/usr/libexec/oci/hooks.d/oci-systemd-hook"
|
||||||
}
|
}
|
||||||
"when": {
|
"when": {
|
||||||
"args": [".*/init$" , ".*/systemd$"],
|
"commands": [".*/init$" , ".*/systemd$"],
|
||||||
},
|
},
|
||||||
"stages": ["prestart", "poststop"]
|
"stages": ["prestart", "poststop"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue