aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-07-13 12:46:42 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-16 09:39:08 +0200
commit2c8329b8d9859bfc08377c887432e415697525e4 (patch)
tree261121c6eee7eb5c0bdbbfa9a7cb4348dd3e48dc /meta-systemd
parent6e6bd9af71047e6f3b867d23bbbcca320ae2f1e8 (diff)
downloadmeta-openembedded-contrib-2c8329b8d9859bfc08377c887432e415697525e4.tar.gz
udisks: do not start daemon automatically at boot time
Diffstat (limited to 'meta-systemd')
-rw-r--r--meta-systemd/meta-oe/recipes-support/udisks/udisks_1.0.4.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-systemd/meta-oe/recipes-support/udisks/udisks_1.0.4.bbappend b/meta-systemd/meta-oe/recipes-support/udisks/udisks_1.0.4.bbappend
index f6470c9477..9d0f18c7a0 100644
--- a/meta-systemd/meta-oe/recipes-support/udisks/udisks_1.0.4.bbappend
+++ b/meta-systemd/meta-oe/recipes-support/udisks/udisks_1.0.4.bbappend
@@ -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"