From 463dda30679da9ac5eea5683984002989965e2a5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 8 May 2015 13:39:29 -0400 Subject: Add ipa-custodia service Add a customized Custodia daemon and enable it after installation. Generates server keys and loads them in LDAP autonomously on install or update. Provides client code classes too. Signed-off-by: Simo Sorce Reviewed-By: Jan Cholasta --- init/systemd/ipa-custodia.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 init/systemd/ipa-custodia.service (limited to 'init/systemd') diff --git a/init/systemd/ipa-custodia.service b/init/systemd/ipa-custodia.service new file mode 100644 index 000000000..ff930fbbb --- /dev/null +++ b/init/systemd/ipa-custodia.service @@ -0,0 +1,13 @@ +[Unit] +Description=IPA Custodia Service + +[Service] +Type=simple + +ExecStart=/usr/sbin/custodia /etc/ipa/custodia/custodia.conf +PrivateTmp=yes +Restart=on-failure +RestartSec=60s + +[Install] +WantedBy=multi-user.target -- cgit