mirror of
https://github.com/nboughton/dotfiles
synced 2024-12-04 14:58:13 +01:00
9 lines
137 B
SYSTEMD
9 lines
137 B
SYSTEMD
[Unit]
|
|
Description=Check for Pacman/AUR/git package updates
|
|
|
|
[Timer]
|
|
OnBootSec=15min
|
|
OnUnitActiveSec=1h
|
|
|
|
[Install]
|
|
WantedBy=timers.target |