mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-01 07:59:22 +01:00
16 lines
341 B
SYSTEMD
16 lines
341 B
SYSTEMD
[Unit]
|
|
Description=install flatpak updates and uninstall unused flatpaks regularly
|
|
|
|
[Timer]
|
|
#OnCalendar=*-*-* 19:00:00
|
|
# Executed every 4 hours
|
|
OnUnitActiveSec=4h
|
|
# Executed 5 minutes from boot
|
|
OnBootSec=300
|
|
# Delay execution by something between 0 seconds and 3 hours
|
|
RandomizedDelaySec=3h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|