Skip to content

Commit

Permalink
fix restart command for launchd README (#42716)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Jun 12, 2024
1 parent e552d48 commit a3046e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/launchd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ sudo tail -f /var/log/teleport-stderr.log

```
sudo launchctl unload /Library/LaunchDaemons/com.goteleport.teleport.plist && \
sudo launchctl load /Library/LaunchDaemons/com.teleport.teleport.plist
sudo launchctl load /Library/LaunchDaemons/com.goteleport.teleport.plist
```

0 comments on commit a3046e2

Please sign in to comment.