teleport/examples/systemd
Noah Stride 4ec894a112
Update examples/systemd/machine-id to use best practices! (#19101)
* Update example systemd file and guide for Machine ID

* Trailing newline !

* Shorten advice

* Remove confusing comma

* Format warning nicer!
2022-12-07 10:10:50 +00:00
..
fips Standardize systemd LimitNOFILE (#17893) 2022-10-31 16:56:02 +00:00
machine-id Update examples/systemd/machine-id to use best practices! (#19101) 2022-12-07 10:10:50 +00:00
plugins Document Discord access plugin (#17593) 2022-11-25 21:43:58 +00:00
production Standardize systemd LimitNOFILE (#17893) 2022-10-31 16:56:02 +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