cli: Fix provisioned systemd service files

This commit is contained in:
Lauri Võsandi 2018-09-07 11:10:51 +03:00
parent 2b86a5c2c7
commit 3c31622b60
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,7 @@
[Timer]
OnCalendar=00/8:30
Persistent=true
OnBootSec=3sec
OnUnitActiveSec=8h
[Install]
WantedBy=multi-user.target