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