mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
14 lines
212 B
SYSTEMD
14 lines
212 B
SYSTEMD
|
[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
|