12 lines
172 B
SYSTEMD
12 lines
172 B
SYSTEMD
[Unit]
|
|
Description=Check for Arch updates and remind weekly
|
|
|
|
[Timer]
|
|
OnBootSec=10min
|
|
OnUnitActiveSec=2h
|
|
AccuracySec=15min
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|