6 lines
70 B
Bash
6 lines
70 B
Bash
#!/bin/bash
|
|
|
|
echo "postfix starting..."
|
|
|
|
exec /usr/lib/postfix/master
|