OSDN Git Service

Merge pull request #15 from mobinmob/wpa_supplicant
[avyssos/void-66-services.git] / usr / share / 66 / service / nginx
1 [main]
2 @type = longrun
3 @version = @VERSION@
4 @description = "nginx HTTP daemon"
5 @user = ( root )
6 @options = ( log )
7
8 [start]
9 @execute = (
10          foreground { execl-toc -d /run/nginx -m 0710 -g nginx -u root }
11          nginx -g "daemon off;"
12 )