From ddc64ae1f43ce8650ada0d8b8c58f51a24c04cd7 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 26 Mar 2018 12:41:38 +0800 Subject: cyrus-sasl: fix systemd related setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The service file belongs to ${PN}-bin instead of ${PN}, fix things accordingly. Signed-off-by: Chen Qi Acked-by: Andreas Müller Signed-off-by: Armin Kuster --- meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb index 64d1a76d6f..6dbff87dd2 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb @@ -75,8 +75,8 @@ do_install_append() { USERADD_PACKAGES = "${PN}-bin" USERADD_PARAM_${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus" -SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} = "saslauthd.service" +SYSTEMD_PACKAGES = "${PN}-bin" +SYSTEMD_SERVICE_${PN}-bin = "saslauthd.service" SYSTEMD_AUTO_ENABLE = "disable" SRC_URI[md5sum] = "a7f4e5e559a0e37b3ffc438c9456e425" -- cgit v1.2.3-54-g00ecf