systemd: remove redundant SYSTEMD_AUTO_ENABLE
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 15 Dec 2025 01:25:10 +0000 (20:25 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:44:47 +0000 (11:44 -0500)
By default, the service is enabled to automatically start at boot time.

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-multimedia/hvmpd-manager/hvmpd-manager.bb
recipes-multimedia/musicpd/ympd.bb

index ef086a6..ca5f6fc 100644 (file)
@@ -21,11 +21,9 @@ do_install() {
 }
 
 FILES:${PN} = " \
-    ${systemd_unitdir}/system/hvmpd.service \
     ${sbindir}/hvmpd.sh \
 "
 
-SYSTEMD_AUTO_ENABLE = "enable"
 SYSTEMD_SERVICE:${PN} = "hvmpd.service"
 
 RDEPENDS:${PN} += "bash hvutils-lcd"
index 016665d..738cbbf 100644 (file)
@@ -41,5 +41,4 @@ FILES:${PN} = " \
     ${bindir}/ympd \
 "
 
-SYSTEMD_AUTO_ENABLE = "enable"
 SYSTEMD_SERVICE:${PN} = "ympd.service"