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