add initial session ticket key synchronization

This commit is contained in:
Daniel Micay 2025-10-30 14:12:24 -04:00
parent f9430a1aeb
commit 9fde84c877
7 changed files with 121 additions and 1 deletions

View file

@ -0,0 +1,12 @@
[Unit]
Description=Run session-ticket-keys-sync.service every minute
After=create-session-ticket-keys.service
Requires=create-session-ticket-keys.service
[Timer]
AccuracySec=1s
OnActiveSec=0
OnUnitActiveSec=1m
[Install]
WantedBy=timers.target