| ![[BACK]](/icons/cvsweb/back.gif) Return to lighttpd.service CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) 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