Merge pull request #200 from samply/reduce-update-interval

Reduce bridgehead update interval to once a day at 6am
This commit is contained in:
Martin Lablans 2024-08-05 08:29:15 +02:00 committed by GitHub
commit 4a13395408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
[Unit]
Description=Hourly Updates of Bridgehead (%i)
Description=Daily Updates at 6am of Bridgehead (%i)
[Timer]
OnCalendar=*-*-* *:00:00
OnCalendar=*-*-* 06:00:00
Persistent=true
[Install]
WantedBy=basic.target