mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-03 16:14:23 +01:00
flatpak-update.timer: increase frequency
This commit is contained in:
parent
b4dd5794d2
commit
7b4d791d07
@ -1,9 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=install flatpak updates and uninstall unused flatpaks daily
|
Description=install flatpak updates and uninstall unused flatpaks regularly
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 19:00:00
|
#OnCalendar=*-*-* 19:00:00
|
||||||
|
# Executed every 4 hours
|
||||||
|
OnUnitActiveSec=4h
|
||||||
|
# Executed 5 minutes from boot
|
||||||
OnBootSec=300
|
OnBootSec=300
|
||||||
|
# Delay execution by something between 0 seconds and 3 hours
|
||||||
RandomizedDelaySec=3h
|
RandomizedDelaySec=3h
|
||||||
Persistent=true
|
Persistent=true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user