8 lines
142 B
Text
8 lines
142 B
Text
#!/usr/bin/with-contenv sh
|
|
|
|
trap "postfix stop" SIGINT
|
|
trap "postfix stop" SIGTERM
|
|
trap "postfix reload" SIGHUP
|
|
|
|
postfix start
|
|
sleep infinity
|