From 5362a454775326c6e9a5d2509f811aff67792f55 Mon Sep 17 00:00:00 2001 From: yuri1969 <1969yuri1969@gmail.com> Date: Thu, 14 Dec 2023 23:42:16 +0100 Subject: [PATCH] Improve Gentoo systemd description --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8b2b63..aaaebfb 100644 --- a/README.md +++ b/README.md @@ -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