decrease timer frequency
This commit is contained in:
parent
bebe6ea540
commit
c20958ba72
|
@ -2,9 +2,9 @@
|
|||
Description=Periodically run pacman-update-count
|
||||
|
||||
[Timer]
|
||||
OnBootSec=55minutes
|
||||
OnActiveSec=1sec
|
||||
OnUnitActiveSec=110minutes
|
||||
OnBootSec=30minutes
|
||||
OnActiveSec=1minute
|
||||
OnUnitActiveSec=3hours
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
Description=Periodically run update-notifier
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1hour
|
||||
OnActiveSec=1sec
|
||||
OnUnitActiveSec=2hours
|
||||
OnBootSec=40minutes
|
||||
OnActiveSec=11minutes
|
||||
OnUnitActiveSec=3hours
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
Loading…
Reference in New Issue