forked from ccchb/ansible
14 lines
288 B
Text
14 lines
288 B
Text
|
#!/usr/local/bin/execlineb -S2
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
s6-envdir ./env
|
||
|
multisubstitute {
|
||
|
importas -i -u NAME NAME
|
||
|
}
|
||
|
|
||
|
fdmove -c 1 2
|
||
|
ifelse { test "${1}" -eq 0 } {
|
||
|
echo "bhyve-${NAME}-log: Stopped."
|
||
|
}
|
||
|
echo "bhyve-${NAME}-log: Failed with exit status (${1}, ${2})."
|