Skip to content

Commit 50b8be1

Browse files
committed
rename service file to match service purpose
1 parent fe930a6 commit 50b8be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/microshift-containerized/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before runnng microshift as a systemd service, ensure to update the host `crio-b
3636
Copy microshift unit file to `/etc/systemd/system` and the microshift-containerized run script to `/usr/bin`
3737
3838
```bash
39-
sudo cp packaging/systemd/microshift /etc/systemd/system/microshift
39+
sudo cp packaging/systemd/microshift-containerized.service /etc/systemd/system/microshift
4040
sudo cp packaging/systemd/microshift-containerized /usr/bin/
4141
```
4242
@@ -127,4 +127,4 @@ The `--dry-run` feature allows you to assemble information about which services,
127127
128128
```bash
129129
sudo podman auto-update
130-
```
130+
```

0 commit comments

Comments
 (0)