blob: 3f9b128aa1b7ee373c52e1e3566048ec6028c826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=IPA Custodia Service
[Service]
Type=simple
ExecStart=@sbindir@/custodia @IPA_SYSCONF_DIR@/custodia/custodia.conf
PrivateTmp=yes
Restart=on-failure
RestartSec=60s
[Install]
WantedBy=multi-user.target
|