13 lines
185 B
SYSTEMD
Executable file
13 lines
185 B
SYSTEMD
Executable file
[Unit]
|
|
Description=Update Flatpak
|
|
|
|
[Timer]
|
|
OnBootSec=2m
|
|
OnActiveSec=2m
|
|
OnUnitInactiveSec=24h
|
|
OnUnitActiveSec=24h
|
|
AccuracySec=1h
|
|
RandomizedDelaySec=10m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|