summaryrefslogtreecommitdiff
path: root/units/lighttpd-morph-cache.service
blob: c7f76e9d965d3505f0c50224fcadcc920bccaf93 (plain)
1
2
3
4
5
6
7
8
9
10
[Install]
WantedBy=multi-user.target

[Unit]
Description=Lighttpd Web Server
After=network.target

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