mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-10-01 00:55:37 -04:00
a39e0ceb38
Signed-off-by: Tommy <contact@tommytran.io>
9 lines
121 B
SYSTEMD
9 lines
121 B
SYSTEMD
[Unit]
|
|
Description=Update user Flatpaks daily
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |