diff --git a/docs/pages/includes/start-teleport.mdx b/docs/pages/includes/start-teleport.mdx index a74bbba483ef8..1ad822cde19bb 100644 --- a/docs/pages/includes/start-teleport.mdx +++ b/docs/pages/includes/start-teleport.mdx @@ -7,9 +7,10 @@ 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 $ sudo systemctl start teleport ```