summaryrefslogtreecommitdiff
path: root/units/lighttpd-git.service
blob: 69dcc34f2eb58831c108131ece8ab09c1e194b86 (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/git-httpd.conf -D
Restart=always