From e8969fecf19c4b9d875722adf3b2a474e12761dc Mon Sep 17 00:00:00 2001 From: Frank Dana Date: Thu, 1 Sep 2022 04:08:58 -0400 Subject: [PATCH] README: consolidate systemctl commands --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 390e3cf..91e9240 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,7 @@ CentOS and Fedora systems call the collector process using a cron job in /etc/cr On recent versions, systemd is used instead of cron. You may need to enable and start the sysstat service: ``` -$ sudo systemctl enable sysstat -$ sudo systemctl start sysstat +$ sudo systemctl enable --now sysstat ``` #### Install from Ubuntu -- 2.40.0