mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 00:26:01 +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
|