summaryrefslogtreecommitdiffstats
path: root/kprop.service
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2011-10-07 15:10:35 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2011-10-07 15:10:35 -0400
commit098a308f7e923e0cb8c6d784587a9cc9da5f9fea (patch)
tree1a460036722b58a5d24002862cb2358db40ada7e /kprop.service
parente645180a9a8a96bdc759450bce8b2a28c2a7a6d2 (diff)
downloadkrb5-098a308f7e923e0cb8c6d784587a9cc9da5f9fea.tar.gz
krb5-098a308f7e923e0cb8c6d784587a9cc9da5f9fea.tar.xz
krb5-098a308f7e923e0cb8c6d784587a9cc9da5f9fea.zip
- kadmin.service: fix #723723 again
- kadmin.service,krb5kdc.service: remove optional use of $KRB5REALM in command lines, because systemd parsing doesn't handle alternate value shell variable syntax - kprop.service: add missing Type=forking so that systemd doesn't assume simple - kprop.service: expect the ACL configuration to be there, not absent
Diffstat (limited to 'kprop.service')
-rw-r--r--kprop.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/kprop.service b/kprop.service
index 532a8ea..99ba129 100644
--- a/kprop.service
+++ b/kprop.service
@@ -1,11 +1,11 @@
[Unit]
-Description=Kerberos 5 Propagation Client
+Description=Kerberos 5 Propagation
After=syslog.target network.target
-ConditionPathExists=!/var/kerberos/krb5kdc/kpropd.acl
+ConditionPathExists=/var/kerberos/krb5kdc/kpropd.acl
[Service]
-ExecStart=/usr/sbin/kpropd -S
+Type=forking
+ExecStart=/usr/sbin/kpropd -S
[Install]
WantedBy=multi-user.target
-