vp-build/srcpkgs/66-boot/files/lighttpd/lighttpd

17 lines
299 B
Plaintext

[main]
@type = classic
@description = "lighttpd daemon"
@user = ( root )
@down-signal = INT
@options = ( log env )
[start]
@build = auto
@execute = (
execl-cmdline -s { lighttpd ${cmd_args} -f ${conf_dir}/${conf_file} )
[environment]
cmd_args=!-D
conf_dir=!/etc/lighttpd
conf_file=!lighttpd.conf