Fixes: Use systemctl enable --now shortcut in docs #15249

This commit is contained in:
Jeff Gehlbach
2024-02-23 15:56:14 -05:00
committed by Jeremy Stretch
parent 8afbb4421b
commit c45acf0a7c
3 changed files with 3 additions and 6 deletions

View File

@@ -14,8 +14,7 @@
```no-highlight
sudo yum install -y redis
sudo systemctl start redis
sudo systemctl enable redis
sudo systemctl enable --now redis
```
Before continuing, verify that your installed version of Redis is at least v4.0: