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
15 lines
387 B
Desktop File
15 lines
387 B
Desktop File
[Unit]
|
|
Description=Kerberos 5 Password-changing and Administration
|
|
After=syslog.target network.target
|
|
ConditionPathExists=!/var/kerberos/krb5kdc/kpropd.acl
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/kadmind.pid
|
|
EnvironmentFile=-/etc/sysconfig/kadmin
|
|
ExecStart=/usr/sbin/kadmind -P /var/run/kadmind.pid $KADMIND_ARGS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|