lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
335 B
14 lines
335 B
[Unit] |
|
Description=Lighttpd Daemon |
|
After=network-online.target |
|
|
|
[Service] |
|
Type=simple |
|
PIDFile=/run/lighttpd.pid |
|
ExecStartPre=/usr/sbin/lighttpd -tt -f /etc/lighttpd/lighttpd.conf |
|
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf |
|
ExecReload=/bin/kill -USR1 $MAINPID |
|
Restart=on-failure |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|