linuxscripts/user-config/systemd-user-units/user/actualizar.timer
2019-02-16 00:34:40 -05:00

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