teleport/examples/systemd
Lele 7774fb760c
Fixed anti-pattern use of /var/run as the PID dir (#3035)
Fixed anti-pattern use of /var/run as the PID dir
2019-10-01 21:27:18 +02:00
..
README.md Updated getting started experience for systemd users 2018-07-19 18:04:14 -07:00
teleport.service Fixed anti-pattern use of /var/run as the PID dir (#3035) 2019-10-01 21:27:18 +02:00

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