summaryrefslogtreecommitdiff
path: root/units/lighttpd-ostree-repo.service
blob: 8e2012b8bcfa7bf9a38ca5c2a0ca166a79067a87 (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/ostree-repo-httpd.conf -D
Restart=always