Skip to content

Commit cc3b614

Browse files
Merge pull request #107918 from lanicolas/patch-11
Changed systemctl, should not be in caps
2 parents 57a4f96 + a2c99aa commit cc3b614

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

8484
```bash
85-
Systemctl stop striim-node
86-
Systemctl stop striim-dbms
87-
Systemctl start striim-dbms
88-
Systemctl start striim-node
85+
systemctl stop striim-node
86+
systemctl stop striim-dbms
87+
systemctl start striim-dbms
88+
systemctl start striim-node
8989
```
9090

9191
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)