Skip to content

Commit

Permalink
Merge pull request #26456 from eTimS/patch-2
Browse files Browse the repository at this point in the history
Minor - Systemd enable command to enable CRI-O at boot time
  • Loading branch information
k8s-ci-robot authored Feb 11, 2021
2 parents 3ff53ef + f4a96f4 commit 632bd32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Start CRI-O:

```shell
sudo systemctl daemon-reload
sudo systemctl start crio
sudo systemctl enable crio --now
```

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

0 comments on commit 632bd32

Please sign in to comment.