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