]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - pkgs/lighttpd/systemd/lighttpd.service
Change file layout of the makefiles.
[people/pmueller/ipfire-3.x.git] / pkgs / lighttpd / systemd / lighttpd.service
1
2 [Unit]
3 Description=Lighttpd Daemon
4 After=network.target
5
6 [Service]
7 ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd.conf
8 ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf
9 ExecReload=/bin/kill -HUP $MAINPID
10
11 [Install]
12 WantedBy=multi-user.target