From ba4964da115200e88294fe6e65eb415578eb66c1 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sun, 2 Apr 2023 07:55:30 -0500 Subject: [PATCH 1/2] docs: include enable teleport service. --- docs/pages/includes/start-teleport.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/includes/start-teleport.mdx b/docs/pages/includes/start-teleport.mdx index a74bbba483ef8..6d0ac1873676e 100644 --- a/docs/pages/includes/start-teleport.mdx +++ b/docs/pages/includes/start-teleport.mdx @@ -10,6 +10,7 @@ creating a systemd service for it. The instructions depend on how you installed On the host where you will run {{ service }}, start Teleport: ```code +$ sudo systemctl enable teleport $ sudo systemctl start teleport ``` From 710944070c49f91c4043f3be19039a61e22082ed Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sun, 2 Apr 2023 08:07:27 -0500 Subject: [PATCH 2/2] Mention to enable --- docs/pages/includes/start-teleport.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/includes/start-teleport.mdx b/docs/pages/includes/start-teleport.mdx index 6d0ac1873676e..1ad822cde19bb 100644 --- a/docs/pages/includes/start-teleport.mdx +++ b/docs/pages/includes/start-teleport.mdx @@ -7,7 +7,7 @@ creating a systemd service for it. The instructions depend on how you installed -On the host where you will run {{ service }}, start Teleport: +On the host where you will run {{ service }}, enable and start Teleport: ```code $ sudo systemctl enable teleport