Skip to content

Commit cf94b5d

Browse files
Update cmd/goal/messages.go
Co-authored-by: Will Winder <wwinder.unh@gmail.com>
1 parent f98cfbd commit cf94b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goal/messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const (
7575
errorNodeRunning = "Node must be stopped before writing APIToken"
7676
errorNodeFailGenToken = "Cannot generate API token: %s"
7777
errorNodeCreation = "Error during node creation: %v"
78-
errorNodeManagedBySystemd = "This node is managed by systemd, you must run the following command to make your desired state change to your node:\n\nsystemctl %s algorand@$(systemd-escape $ALGORAND_DATA)"
78+
errorNodeManagedBySystemd = "This node is using systemd and should be managed with systemctl. For additional information refer to https://developer.algorand.org/docs/run-a-node/setup/install/#installing-algod-as-a-systemd-service"
7979
errorKill = "Cannot kill node: %s"
8080
errorCloningNode = "Error cloning the node: %s"
8181
infoNodeCloned = "Node cloned successfully to: %s"

0 commit comments

Comments
 (0)