mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-15 01:16:45 +00:00
cli: Fix provisioned systemd service files
This commit is contained in:
parent
2b86a5c2c7
commit
3c31622b60
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Initialize Kerberos credential cache for LDAP connections of Certidude
|
Description=Initialize Kerberos credential cache for LDAP connections of Certidude
|
||||||
|
Before=certidude-backend.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart={{ certidude_path }} housekeeping kinit
|
ExecStart={{ certidude_path }} housekeeping kinit
|
||||||
Before=certidude-backend.service
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=00/8:30
|
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
OnBootSec=3sec
|
||||||
|
OnUnitActiveSec=8h
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user