mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
multipath-tools: disable the systemd service start automatically
We don't offer /etc/multpath.conf but an example configure file /etc/multipath.conf.example. When the servcie start by default, it will get the error: /etc/multipath.conf was not met So disable the service by default. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -73,6 +73,7 @@ S = "${WORKDIR}/git"
|
|||||||
inherit systemd pkgconfig
|
inherit systemd pkgconfig
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "multipathd.service"
|
SYSTEMD_SERVICE_${PN} = "multipathd.service"
|
||||||
|
SYSTEMD_AUTO_ENABLE = "disable"
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user