From 897b66f380c4dca56d6b22703bdfd8330185e11e Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 2 Apr 2019 15:40:55 -0400 Subject: [PATCH] launch initial realm command has changed --- .../citadel-config/files/systemd/launch-default-realm.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service b/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service index 65b99e7..2dc6683 100644 --- a/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service +++ b/meta-citadel/recipes-citadel/citadel-config/files/systemd/launch-default-realm.service @@ -5,6 +5,6 @@ ConditionPathExists=/realms/default.realm [Service] -ExecStart=/usr/bin/realms start +ExecStart=/usr/libexec/citadel-boot start-realms Type=oneshot RemainAfterExit=yes