2
0
Fork 0
lighttpd2/contrib/systemd/lighttpd2.service

13 lines
224 B
SYSTEMD

[Unit]
Description=Lighttpd2
After=network.target
[Service]
Type=simple
ExecStart=/usr/sbin/lighttpd2 -c /etc/lighttpd2/angel.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target