mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
8 lines
95 B
Bash
8 lines
95 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
install -d -m0710 -o root -g _apache /var/run/httpd
|
|
|
|
exec httpd -DNO_DETACH
|