11 lines
145 B
SYSTEMD
11 lines
145 B
SYSTEMD
[Unit]
|
|
Description=Renovate Bot timer
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* *:1/15:0
|
|
RandomizedDelaySec=1m
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|