mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 05:41:04 +00:00
cli: Fix provisioned systemd service files
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user