mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-06 13:27:51 +00:00
12 lines
200 B
SYSTEMD
12 lines
200 B
SYSTEMD
[Unit]
|
|
Description=Flatpak Automatic Update Trigger
|
|
Documentation=man:flatpak(1)
|
|
|
|
[Timer]
|
|
RandomizedDelaySec=10m
|
|
OnBootSec=2m
|
|
OnCalendar=*-*-* 4:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |