dcd44d26dc
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/krb5#015255764a8b2e22bcb29b8abd0813344c423da1
15 lines
343 B
Desktop File
15 lines
343 B
Desktop File
[Unit]
|
|
Description=Kerberos 5 KDC
|
|
Wants=network-online.target
|
|
After=syslog.target network.target network-online.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/krb5kdc.pid
|
|
EnvironmentFile=-/etc/sysconfig/krb5kdc
|
|
ExecStart=/usr/sbin/krb5kdc -P /run/krb5kdc.pid $KRB5KDC_ARGS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|