From: Christopher Larson <[email protected]> The systemd service is disabled by default, as the service will fail to start without /etc/ctdb/nodes. If the user supplies this, they can re-enable the service.
Signed-off-by: Christopher Larson <[email protected]> --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb index 232546c..5d75784 100644 --- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb +++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb @@ -44,6 +44,10 @@ do_install_append() { rm -r ${D}/${localstatedir}/run } +# The systemd service is disabled by default, as the service will fail to +# start without /etc/ctdb/nodes. If the user supplies this, they can re-enable +# the service. +SYSTEMD_AUTO_ENABLE = "disable" SYSTEMD_SERVICE_${PN} = "ctdb.service" # onnode is a shell script with bashisms and bash #! -- 2.8.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
