Annotation of embedaddon/lighttpd/doc/systemd/lighttpd.service, revision 1.1.1.1

1.1       misho       1: [Unit]
                      2: Description=Lighttpd Daemon
                      3: After=network.target
                      4: 
                      5: [Service]
                      6: ExecStartPre=/usr/sbin/lighttpd -t -f /etc/lighttpd/lighttpd.conf
                      7: ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
                      8: 
                      9: [Install]
                     10: WantedBy=multi-user.target

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>