teleport/examples/launchd
2019-11-21 17:56:08 -08:00
..
README.md Added example launchd configuration for macOS. 2019-11-21 17:56:08 -08:00
teleport.plist Added example launchd configuration for macOS. 2019-11-21 17:56:08 -08:00

launchd

Sample configuration of launchd for Teleport.

Install

cp teleport.plist /Library/LaunchDaemons/
launchctl load /Library/LaunchDaemons/teleport.plist

Status

launchctl list | grep -i teleport

Logs

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

Restart

launchctl unload /Library/LaunchDaemons/teleport.plist && \
launchctl load /Library/LaunchDaemons/teleport.plist