teleport/examples/launchd
2020-01-25 10:35:18 -04:00
..
README.md Add sudo to launchd commands 2020-01-25 10:35:18 -04:00
teleport.plist Add SessionCreate to launchd example (#3189) 2019-12-04 13:06:26 -04:00

launchd

Sample configuration of launchd for Teleport.

Install

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

Status

launchctl list | grep -i teleport

Logs

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

Restart

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