Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/pages/includes/start-teleport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ creating a systemd service for it. The instructions depend on how you installed
<Tabs>
<TabItem label="Package Manager">

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
```

Expand Down