summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/systemd/ipa_kpasswd.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/init/systemd/ipa_kpasswd.service b/init/systemd/ipa_kpasswd.service
deleted file mode 100644
index 17aa4633..00000000
--- a/init/systemd/ipa_kpasswd.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[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
-