mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
lighttpd: move systemd support to meta-systemd
This commit is contained in:
committed by
Koen Kooi
parent
14a5f1174c
commit
36aa9a4fc0
@@ -1,13 +0,0 @@
|
||||
[Unit]
|
||||
Description=Lightning Fast Webserver With Light System Requirements
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
EnvironmentFile=-/etc/sysconfig/lighttpd
|
||||
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SRC_URI += "file://lighttpd.service"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
SYSTEMD_SERVICE_${PN} = "lighttpd.service"
|
||||
Reference in New Issue
Block a user