OSDN Git Service

New service: 3proxy.
[avyssos/void-66-services.git] / usr / share / 66 / service / apache
1 [main]
2 @type = longrun
3 @version = 0.0.1
4 @description = "apache http daemon"
5 @user = ( root )
6 @options = ( log )
7
8 [start]
9 @execute = (
10         execl-toc -d /run/httpd -m 0710 -g _apache -u root
11         httpd -DNO_DETACH
12 )