diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 5e97ac1..1f55daf 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -179,7 +179,7 @@ Using [Yay](https://github.com/Jguer/yay). Tools -* `sudo pacman -S cronie fuse curl wget vim nnn bind-tools borg python-llfuse` +* `sudo pacman -S fuse curl wget vim nnn bind-tools borg python-llfuse` Monitoring and testing @@ -187,6 +187,9 @@ Monitoring and testing ### Performance and maintenance +* install cron and enable the service
+ `sudo pacman -S cronie`
+ `sudo systemctl enable --now cronie` * if ssd enable periodic trim
`sudo pacman -S util-linux`
`sudo systemctl enable --now fstrim.timer`