mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 00:53:51 +02:00
12 lines
296 B
Desktop File
12 lines
296 B
Desktop File
[Unit]
|
|
Description=A secure, fast, compliant and very flexible web-server
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
PrivateTmp=true
|
|
ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillSignal=SIGINT
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|