diff options
Diffstat (limited to 'testing/lighttpd/lighttpd.service')
-rw-r--r-- | testing/lighttpd/lighttpd.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/lighttpd/lighttpd.service b/testing/lighttpd/lighttpd.service deleted file mode 100644 index b80db7695..000000000 --- a/testing/lighttpd/lighttpd.service +++ /dev/null @@ -1,12 +0,0 @@ -[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 |