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

# If there's a shared /var subvolume, it must be mounted before this
# unit runs.
Requires=local-fs.target
After=local-fs.target

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

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