Skip to content

Commit

Permalink
Add correct service name for cloudplow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
r3dlobst3r authored Dec 4, 2024
1 parent 90e79bc commit 72e6e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apps/cloudplow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72e6e7c

Please sign in to comment.