Add update download timer for Moria

This commit is contained in:
Marko Korhonen 2025-06-18 10:51:30 -05:00
parent b23b617b95
commit 01f4b0694f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,8 @@
[Unit]
Description=Download updates with pacman
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
ExecStart=pacman -Syuw --noconfirm

View file

@ -0,0 +1,10 @@
[Unit]
Description=Hourly pacman update download with random minute
[Timer]
OnCalendar=hourly
RandomizedDelaySec=3600
Persistent=true
[Install]
WantedBy=timers.target