mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:27:13 +08:00
10 lines
129 B
SYSTEMD
10 lines
129 B
SYSTEMD
|
[Unit]
|
||
|
Description=Kerberos 5 KDC
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/krb5kdc -n
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|