11 lines
210 B
SYSTEMD
11 lines
210 B
SYSTEMD
[Unit]
|
|
Description=Rebuild Forgejo Actions containers
|
|
|
|
[Timer]
|
|
# every two weeks (1st and 15th of the month)
|
|
OnCalendar=*-*-1,15 03:00:00
|
|
Persistent=true
|
|
RandomizedDelaySec=2h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|