mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-24 08:43:11 -05:00
11 lines
226 B
SYSTEMD
11 lines
226 B
SYSTEMD
[Unit]
|
|
Description=Run rotate-session-ticket-keys every 8 hours
|
|
After=create-session-ticket-keys.service
|
|
Requires=create-session-ticket-keys.service
|
|
|
|
[Timer]
|
|
OnActiveSec=8h
|
|
OnUnitActiveSec=8h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|