Minor - Systemd enable command to enable CRI-O at boot time

Added "sudo systemctl enable crio enable" to configure systemd to enable CRI-O at boot time, as shown in the CRI-O install.md doc: https://github.com/cri-o/cri-o/blob/master/install.md#user-content-starting-cri-o
pull/26456/head
eTimS 2021-02-10 15:22:48 +01:00 committed by GitHub
parent ca018cfccb
commit dc4836b626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ Start CRI-O:
```shell
sudo systemctl daemon-reload
sudo systemctl enable crio
sudo systemctl start crio
```