Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/microshift-containerized/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Before runnng microshift as a systemd service, ensure to update the host `crio-b
Copy microshift unit file to `/etc/systemd/system` and the microshift-containerized run script to `/usr/bin`

```bash
sudo cp packaging/systemd/microshift /etc/systemd/system/microshift
sudo cp packaging/systemd/microshift-containerized.service /etc/systemd/system/microshift.service
sudo cp packaging/systemd/microshift-containerized /usr/bin/
```

Expand Down Expand Up @@ -127,4 +127,4 @@ The `--dry-run` feature allows you to assemble information about which services,

```bash
sudo podman auto-update
```
```