summaryrefslogtreecommitdiffstats
path: root/init/systemd/ipa_kpasswd.service
diff options
context:
space:
mode:
Diffstat (limited to 'init/systemd/ipa_kpasswd.service')
-rw-r--r--init/systemd/ipa_kpasswd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/systemd/ipa_kpasswd.service b/init/systemd/ipa_kpasswd.service
new file mode 100644
index 00000000..17aa4633
--- /dev/null
+++ b/init/systemd/ipa_kpasswd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=IPA Kerberos password service
+Requires=krb5kdc.service
+Wants=krb5kdc.service
+
+[Service]
+Type=forking
+PIDFile=/var/run/ipa_kpasswd.pid
+ExecStart=/usr/sbin/ipa_kpasswd
+