summaryrefslogtreecommitdiff
path: root/units/lighttpd.service
blob: 589a5952074be914f802c334888016e768055c9c (plain)
1
2
3
4
5
6
7
[Unit]
Description=Lighttpd Web Server
After=network.target

[Service]
ExecStart=/usr/sbin/lighttpd -f /etc/lighttpd.conf -D
Restart=always