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