From 6af53b5384e8640b8e507d922e340e2d74e8ef28 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 10 May 2020 03:28:20 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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`