mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
8 lines
67 B
Bash
8 lines
67 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
mkdir -p /var/run/httpd
|
|
|
|
exec httpd -DNO_DETACH
|