Update file README.md

This commit is contained in:
proledatarian 2023-02-06 15:27:03 +00:00
parent f0b825b8d9
commit e6f0a42f17
1 changed files with 9 additions and 0 deletions

View File

@ -103,3 +103,12 @@ It's mostly distro-agnostic but sometimes specific for [pacman-based distros](ht
- How-to: Edit pacman's config-file at `/etc/pacman.conf` and uncomment `ParallelDownloads` and add a number of parallel downloads like 5 or 10. - How-to: Edit pacman's config-file at `/etc/pacman.conf` and uncomment `ParallelDownloads` and add a number of parallel downloads like 5 or 10.
- `# nano /etc/pacman.conf` - `# nano /etc/pacman.conf`
- Additionally: [ArchWiki: Pacman](https://wiki.archlinux.org/title/Pacman#Enabling_parallel_downloads). - Additionally: [ArchWiki: Pacman](https://wiki.archlinux.org/title/Pacman#Enabling_parallel_downloads).
### 13. Enable smartd service.
- Description: Enable the smartd daemon to monitor SMART status and emit notifications to log.
- Requires: [smartmontools](https://archlinux.org/packages/?name=smartmontools)
- How-to:
- Enable the service `# systemctl enable smartd.service`
- Uncomment/add the following line to `/etc/smartd.conf`:
`DEVICESCAN -a`
- Additionally: [ArchWiki: S.M.A.R.T.](https://wiki.archlinux.org/title/S.M.A.R.T.#smartd)