summaryrefslogtreecommitdiff
path: root/doc/systemd/lighttpd.service
blob: 7f4a6116a5249af080a917efc0d4bd4e25305d67 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Lighttpd Daemon
After=network.target

[Service]
ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf

[Install]
WantedBy=multi-user.target