Files
teleport/examples/launchd

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.goteleport.teleport.plist