mirror of
https://github.com/edu4rdshl/upcheck.git
synced 2026-07-18 07:34:51 +00:00
10 lines
184 B
SYSTEMD
10 lines
184 B
SYSTEMD
[Unit]
|
|
Description=Check for ArchLinux available updates every 1.5 hours.
|
|
|
|
[Timer]
|
|
OnBootSec=10min
|
|
OnUnitActiveSec=1h 30min
|
|
Unit=upcheck.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|