From f3827c8e000dbd827c13ce52f7535ced31dd6a98 Mon Sep 17 00:00:00 2001 From: r3dlobst3r <33791877+r3dlobst3r@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:18:02 -0500 Subject: [PATCH] Add correct service name for cloudplow (#322) I was attempting to check the cloudplow service and noticed in the role the service name changed, figured updating it here would be helpful to other users. --- docs/apps/cloudplow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apps/cloudplow.md b/docs/apps/cloudplow.md index fdfa95a79..8741f7a3b 100644 --- a/docs/apps/cloudplow.md +++ b/docs/apps/cloudplow.md @@ -46,7 +46,7 @@ See [Example Cloudplow configs](../reference/cloudplow.md). /opt/cloudplow/config.json ``` -Note: Config changes require a restart: `sudo systemctl restart cloudplow`. +Note: Config changes require a restart: `sudo systemctl restart saltbox_managed_cloudplow.service`. ### Editing @@ -189,7 +189,7 @@ If you used the saltbox scripted rclone setup, there is a script that will make Restart Cloudplow to apply the changes to the config. ```bash -sudo systemctl restart cloudplow +sudo systemctl restart saltbox_managed_cloudplow.service ``` ## Logs and status