Skip to content

Commit dc4836b

Browse files
authored
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
1 parent ca018cf commit dc4836b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ Start CRI-O:
420420

421421
```shell
422422
sudo systemctl daemon-reload
423+
sudo systemctl enable crio
423424
sudo systemctl start crio
424425
```
425426

0 commit comments

Comments
 (0)