Skip to content

Commit 57a4f96

Browse files
Merge pull request #107919 from lanicolas/patch-12
systemctl should be lowercase
2 parents c3ee0fa + ae10612 commit 57a4f96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/nosql/migrate-data-striim.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ In this section, you will configure the Azure Cosmos DB for NoSQL account as the
8181
1. From the same terminal window, restart the Striim server by executing the following commands:
8282

8383
```bash
84-
Systemctl stop striim-node
85-
Systemctl stop striim-dbms
86-
Systemctl start striim-dbms
87-
Systemctl start striim-node
84+
systemctl stop striim-node
85+
systemctl stop striim-dbms
86+
systemctl start striim-dbms
87+
systemctl start striim-node
8888
```
8989

9090
1. Striim will take a minute to start up. If you’d like to see the status, run the following command:

0 commit comments

Comments
 (0)