mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 15:45:21 +00:00
mpd: disable automatic start at boot - service is activated on demand by socket
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c7f39c7667
commit
ea21a3f624
@ -53,7 +53,7 @@ do_install_append() {
|
|||||||
RPROVIDES_${PN} += "${PN}-systemd"
|
RPROVIDES_${PN} += "${PN}-systemd"
|
||||||
RREPLACES_${PN} += "${PN}-systemd"
|
RREPLACES_${PN} += "${PN}-systemd"
|
||||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||||
SYSTEMD_SERVICE_${PN} = "mpd.service mpd.socket"
|
SYSTEMD_SERVICE_${PN} = "mpd.socket"
|
||||||
|
|
||||||
USERADD_PACKAGES = "${PN}"
|
USERADD_PACKAGES = "${PN}"
|
||||||
USERADD_PARAM_${PN} = " \
|
USERADD_PARAM_${PN} = " \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user