summaryrefslogtreecommitdiffstats
path: root/init/systemd/ipa-custodia.service
diff options
context:
space:
mode:
Diffstat (limited to 'init/systemd/ipa-custodia.service')
-rw-r--r--init/systemd/ipa-custodia.service13
1 files changed, 13 insertions, 0 deletions
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