From b1316739f25e595e3c2dcfef370a1d2e56ad5525 Mon Sep 17 00:00:00 2001 From: Max Kaplan Date: Mon, 25 Sep 2023 16:26:10 -0400 Subject: [PATCH] docs: updating systemd command (#33393) --- docs/src/running-validator/validator-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/running-validator/validator-start.md b/docs/src/running-validator/validator-start.md index f2241d83ba..d30533abd5 100644 --- a/docs/src/running-validator/validator-start.md +++ b/docs/src/running-validator/validator-start.md @@ -374,7 +374,7 @@ the validator as expected. Don't forget to mark it executable with `chmod +x /ho Start the service with: ```bash -$ sudo systemctl enable --now sol +sudo systemctl enable --now sol ``` ### Logging