Overlay/www-servers/lighttpd/files/lighttpd.service

11 lines
257 B
SYSTEMD
Raw Normal View History

2015-08-10 11:31:08 +03:00
[Unit]
Description=Lightning Fast Webserver With Light System Requirements
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target