udisks: do not start daemon automatically at boot time

This commit is contained in:
Andreas Müller 2012-07-13 12:46:42 +02:00 committed by Koen Kooi
parent 6e6bd9af71
commit 2c8329b8d9

View File

@ -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"