mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-08 14:23:38 +00:00
11 lines
173 B
SYSTEMD
11 lines
173 B
SYSTEMD
[Unit]
|
|
Description=Flatpak Automatic Update Trigger
|
|
Documentation=man:flatpak(1)
|
|
|
|
[Timer]
|
|
OnBootSec=5m
|
|
OnCalendar=0/6:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |