Return to lighttpd.service CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / doc / systemd |
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