mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
We are not on top of expiring bot tokens and we usually only notice when someone else points it out. It is also a bit cumbersome to add new bot tokens, so avoid the issue altogether, by just extending the lifetime of the bot tokens continuously. Fix #617
11 lines
145 B
SYSTEMD
11 lines
145 B
SYSTEMD
[Unit]
|
|
Description=GitLab Bot Token Extender
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
RandomizedDelaySec=24h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|