mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
udisks: do not start daemon automatically at boot time
This commit is contained in:
parent
6e6bd9af71
commit
2c8329b8d9
|
|
@ -1,6 +1,6 @@
|
|||
inherit systemd
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
PRINC := "${@int(PRINC) + 2}"
|
||||
|
||||
# look for files in the layer first
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
|
@ -11,3 +11,4 @@ SRC_URI += "file://add-systemd-support.patch"
|
|||
|
||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||
SYSTEMD_SERVICE_${PN}-systemd = "udisks-daemon.service"
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user