teleport/examples/systemd
Travis Swientek c538fb2e73
Workflow Documentation Fixes (#4111)
* Fixes documentation typo for Slack workflow.
* Improve the example workflow Slack toml comments.
* Remove --pid-file from workflow systemd units.
* PR feedback. teleport-slackbot -> teleport-slack
2020-07-24 10:17:59 -05:00
..
fips Add support for a defaults file to systemd service. 2020-02-07 15:43:38 -08:00
plugins Workflow Documentation Fixes (#4111) 2020-07-24 10:17:59 -05:00
production Teleport 4.3 Docs (#3423) 2020-06-17 17:09:41 -07:00
README.md Updated getting started experience for systemd users 2018-07-19 18:04:14 -07:00
teleport.service Add support for a defaults file to systemd service. 2020-02-07 15:43:38 -08: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