8 lines
144 B
Plaintext
Executable File
8 lines
144 B
Plaintext
Executable File
#!/command/execlineb -P
|
|
fdmove -c 2 1
|
|
|
|
trap { SIGTERM { apache2ctl stop }
|
|
SIGHUP { apache2ctl graceful } }
|
|
|
|
apache2ctl -D "FOREGROUND"
|