mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
12 lines
200 B
SYSTEMD
12 lines
200 B
SYSTEMD
|
[Unit]
|
||
|
Description=install flatpak updates and uninstall unused flatpaks daily
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* 19:00:00
|
||
|
OnBootSec=300
|
||
|
RandomizedDelaySec=3h
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|