mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
9 lines
263 B
SYSTEMD
9 lines
263 B
SYSTEMD
[Unit]
|
|
Description=Automatically update ArchLinux. 5 minutes before the system boot the first check is done, then it look for updates every 60 minutes
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=60min
|
|
Unit=actualizar.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|