From c25040ef1e62eb866852508fd23c612aa87f25a6 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 9 Aug 2024 11:09:44 -0500 Subject: [PATCH] docs: change command for service restart --- docs/guides/migration-recipe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/migration-recipe.md b/docs/guides/migration-recipe.md index d9887b25..7563ec90 100644 --- a/docs/guides/migration-recipe.md +++ b/docs/guides/migration-recipe.md @@ -115,7 +115,7 @@ index 68387c9..7a8ace1 100644 - Copy and paste the generated commands to create and populate the files on `new-host` 4. Restart the `salt-minion` service on the **new host** to pick up the configuration and register with salt-master: ```console - sudo salt-call service.restart salt-minion + sudo service salt-minion restart ``` 5. On **`salt-master`**, accept the key for the new-host: ```console @@ -232,7 +232,7 @@ index 68387c9..7a8ace1 100644 ``` 7. Restart the salt minion: ```console - sudo salt-call service.restart salt-minion + sudo service salt-minion restart ``` 8. Restart Datadog agent: ```console