8 lines
90 B
Bash
Executable File
8 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
trap "postfix stop" EXIT
|
|
|
|
postfix -c /opt/postfix/conf start
|
|
|
|
sleep infinity
|