mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
463dda3067
Add a customized Custodia daemon and enable it after installation. Generates server keys and loads them in LDAP autonomously on install or update. Provides client code classes too. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
14 lines
212 B
Desktop File
14 lines
212 B
Desktop File
[Unit]
|
|
Description=IPA Custodia Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
|
|
ExecStart=/usr/sbin/custodia /etc/ipa/custodia/custodia.conf
|
|
PrivateTmp=yes
|
|
Restart=on-failure
|
|
RestartSec=60s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|