teleport/examples/systemd
Steven Martin 9333665340
update ui and config to refer to service as Teleport Service (#26654)
* update to refer to service as Teleport Service

* update references to Teleport SSH Service to Teleport Service

* lint fix
2023-05-26 13:24:00 +00:00
..
fips update ui and config to refer to service as Teleport Service (#26654) 2023-05-26 13:24:00 +00:00
machine-id Machine ID readme example script fix (#22385) 2023-02-28 12:23:46 +00:00
plugins Document Discord access plugin (#17593) 2022-11-25 21:43:58 +00:00
production update ui and config to refer to service as Teleport Service (#26654) 2023-05-26 13:24:00 +00:00
README.md Add sudo to systemd example commands (#6603) 2021-05-14 06:37:54 -07:00
teleport.service Standardize systemd LimitNOFILE (#17893) 2022-10-31 16:56:02 +00:00

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