aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lighttpd/files/lighttpd.service
blob: 66a907aa17e0deec86ba0335cf6c012b1d23d83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Lightning Fast Webserver With Light System Requirements
After=network.target

[Service]
ExecStartPre=@SBINDIR@/lighttpd -t -f @SYSCONFDIR@/lighttpd.conf
ExecStart=@SBINDIR@/lighttpd -D -f @SYSCONFDIR@/lighttpd.conf
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target