mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-30 17:45:43 +08: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.goteleport.teleport.plist