Skip to content

Commit 632bd32

Browse files
authored
Merge pull request #26456 from eTimS/patch-2
Minor - Systemd enable command to enable CRI-O at boot time
2 parents 3ff53ef + f4a96f4 commit 632bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

421421
```shell
422422
sudo systemctl daemon-reload
423-
sudo systemctl start crio
423+
sudo systemctl enable crio --now
424424
```
425425

426426
Refer to the [CRI-O installation guide](https://github.com/cri-o/cri-o/blob/master/install.md)

0 commit comments

Comments
 (0)