summaryrefslogtreecommitdiff
path: root/baserock_irclogs/files/lighttpd-irclogs.service
blob: 1c09b0d9596ecafefb0ce2cac749682e8c58ea6a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Install]
WantedBy=multi-user.target

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

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