Skip to content

Commit 9a83b83

Browse files
authored
rename service file to match service purpose (#410)
* rename service file to match service purpose * fix bug in service naming
1 parent 229c664 commit 9a83b83

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.service
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)