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-opull/26456/head
parent
ca018cfccb
commit
dc4836b626
|
@ -420,6 +420,7 @@ Start CRI-O:
|
|||
|
||||
```shell
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable crio
|
||||
sudo systemctl start crio
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue