14 lines
294 B
Django/Jinja
14 lines
294 B
Django/Jinja
#!/usr/local/bin/execlineb -P
|
||
# {{ ansible_managed }}
|
||
|
||
s6-envdir ./env
|
||
multisubstitute {
|
||
importas -i -u NAME NAME
|
||
}
|
||
|
||
foreground { fdmove -c 1 2 echo "${NAME}: Starting." }
|
||
s6-notifyoncheck -d -w 100 -n 70
|
||
|
||
redirfd -u 1 /var/log/postfix/fifo
|
||
fdmove -c 2 1
|
||
/usr/local/libexec/postfix/master -s
|