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

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