krb5/kprop.service
Nalin Dahyabhai 098a308f7e - 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
2011-10-07 15:10:35 -04:00

12 lines
222 B
Desktop File

[Unit]
Description=Kerberos 5 Propagation
After=syslog.target network.target
ConditionPathExists=/var/kerberos/krb5kdc/kpropd.acl
[Service]
Type=forking
ExecStart=/usr/sbin/kpropd -S
[Install]
WantedBy=multi-user.target