Merge pull request #342 from yuri1969/gentoo-fix

Improve Gentoo systemd README description
This commit is contained in:
Francesco Palmarini 2023-12-19 14:35:16 +01:00 committed by GitHub
commit 596ad496e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,9 +145,8 @@ sudo emerge -av sys-power/throttled
# when using OpenRC:
rc-update add throttled default
/etc/init.d/throttled start
# when using SystemD:
systemctl enable throttled.service
systemctl start throttled.service
# when using systemd:
systemctl enable --now throttled.service
```
### Solus