teleport/examples/launchd
Steven Martin 9333665340
update ui and config to refer to service as Teleport Service (#26654)
* update to refer to service as Teleport Service

* update references to Teleport SSH Service to Teleport Service

* lint fix
2023-05-26 13:24:00 +00:00
..
com.goteleport.teleport.plist update ui and config to refer to service as Teleport Service (#26654) 2023-05-26 13:24:00 +00:00
README.md Rename teleport.plist -> com.goteleport.teleport.plist (#5399) 2021-02-01 10:16:42 -04:00

launchd

Sample configuration of launchd for Teleport.

Install

sudo cp com.goteleport.teleport.plist /Library/LaunchDaemons/
sudo launchctl load /Library/LaunchDaemons/com.goteleport.teleport.plist

Status

launchctl list | grep -i teleport

Logs

sudo tail -f /var/log/teleport-stderr.log

Restart

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