Skip to content

Latest commit

 

History

History
 
 

systemd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Systemd Service

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

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

To check on Teleport daemon status:

systemctl status teleport

To take a look at Teleport system log:

journalctl -fu teleport