098a308f7e
- 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
12 lines
222 B
Desktop File
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
|