initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# lives at /etc/systemd/system/renovate.timer
|
||||
|
||||
[Unit]
|
||||
Description=Run Renovate Bot periodically
|
||||
Requires=renovate.service
|
||||
|
||||
[Timer]
|
||||
# Run every 6 hours
|
||||
OnCalendar=00/6:00:00
|
||||
# Run 5 minutes after boot if we missed a scheduled run
|
||||
OnBootSec=5min
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Reference in New Issue
Block a user