Skip to content

Commit

Permalink
Add sudo to systemd example commands (gravitational#6603)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored May 14, 2021
1 parent aee7523 commit d867eda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Sample configuration of `systemd` service file for Teleport
To use it:

```bash
cp teleport.service /etc/systemd/system/teleport.service
systemctl daemon-reload
systemctl enable teleport
systemctl start teleport
sudo cp teleport.service /etc/systemd/system/teleport.service
sudo systemctl daemon-reload
sudo systemctl enable teleport
sudo systemctl start teleport
```

To check on Teleport daemon status:
Expand Down

0 comments on commit d867eda

Please sign in to comment.