mirror of
https://github.com/Telecominfraproject/openafc_final.git
synced 2025-11-03 03:27:45 +00:00
10 lines
130 B
Bash
10 lines
130 B
Bash
#!/bin/sh
|
|
|
|
echo "httpd $HTTPD_OPTIONS -DFOREGROUND >"
|
|
httpd $HTTPD_OPTIONS -DFOREGROUND &
|
|
#
|
|
postfix start
|
|
sleep infinity
|
|
|
|
exit $?
|