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