Files
teleport/examples/systemd

Systemd Service

Sample configuration of systemd service file for Teleport To use it:

sudo cp teleport.service /etc/systemd/system/teleport.service
sudo systemctl daemon-reload
sudo systemctl enable teleport
sudo systemctl start teleport

To check on Teleport daemon status:

systemctl status teleport

To take a look at Teleport system log:

journalctl -fu teleport