From 07266847363b673d4e33545fb58fe42c44fc75aa Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 4 Sep 2022 09:56:46 +0200 Subject: [PATCH] README: Display old syntax if option --now not available (#334) Display the commands that can be used when option --now is not supported by systemd. Signed-off-by: Sebastien GODARD --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 91e9240..88129cb 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,15 @@ On recent versions, systemd is used instead of cron. You may need to enable and $ sudo systemctl enable --now sysstat ``` +(or enter: + +``` +$ sudo systemctl enable sysstat +$ sudo systemctl start sysstat +``` + +if option `--now` is not supported by your systemd version.) + #### Install from Ubuntu Enter: -- 2.40.0