From 4315a3fce39cda6728002030bba0f435fdb3e74c Mon Sep 17 00:00:00 2001 From: w33ts Date: Thu, 16 May 2024 21:50:34 -0500 Subject: [PATCH] Fixed command typo in Getting Started.md There is a command that says "systemctrl" instead of "systemctl". Yup, I'm *that* guy now. Signed-off-by: w33ts --- docs/sliver-docs/pages/docs/md/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sliver-docs/pages/docs/md/Getting Started.md b/docs/sliver-docs/pages/docs/md/Getting Started.md index 062ab5e798..1698ddd371 100644 --- a/docs/sliver-docs/pages/docs/md/Getting Started.md +++ b/docs/sliver-docs/pages/docs/md/Getting Started.md @@ -10,7 +10,7 @@ For a Linux server, you can also use the one liner installation `curl https://sl {"src": "/asciinema/install-1.cast", "cols": "132"} ``` -If you install Sliver via the one liner, you can check that the server service is running using `systemctl status sliver`. Note that the Sliver service is not configured to start automatically on boot by default (i.e., if you reboot the server you'll need to start the service again using `systemctrl start sliver`): +If you install Sliver via the one liner, you can check that the server service is running using `systemctl status sliver`. Note that the Sliver service is not configured to start automatically on boot by default (i.e., if you reboot the server you'll need to start the service again using `systemctl start sliver`): ```asciinema {"src": "/asciinema/service-status-1.cast", "cols": "132", "rows": "14", "idleTimeLimit": 8}