OSDN Git Service

Merge pull request #137 from mobinmob/3proxy
[avyssos/void-66-services.git] / usr / share / 66 / service / apache
1 [main]
2 @type = longrun
3 @version = 0.0.2
4 @description = "apache http daemon"
5 @user = ( root )
6
7 [start]
8 @execute = (
9         execl-toc -d /run/httpd -m 0710 -g _apache -u root
10         httpd -DNO_DETACH
11 )