ansible/roles/dovecot/templates/dovecot-log/finish.j2

14 lines
276 B
Plaintext
Raw Normal View History

2020-10-21 16:18:30 +02:00
#!/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 "${NAME}-log: Stopped."
}
echo "${NAME}-log: Failed with exit status (${1}, ${2})."