You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/goal/messages.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ const (
75
75
errorNodeRunning="Node must be stopped before writing APIToken"
76
76
errorNodeFailGenToken="Cannot generate API token: %s"
77
77
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"
0 commit comments