blob: 7bf53c0a6dbb3a2b3792bbd8633ae336354516ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Pacman Auto Update
Arch Linux package to install a systemd service and timer which updates the system every hour if needed.
## See timer
Look for a timer with name `pacman-auto-update.timer`
```sh
systemctl list-timers
```
## License
Source code original found here: https://www.techrapid.uk/2017/04/automatically-update-arch-linux-with-systemd.html
|