teleport/assets/monitoring/teleport.service
Ben Arent 855738a475
Add docs / table for Prometheus endpoint. (#4069)
* Add docs / table for Prometheus endpoint.
2020-07-23 08:40:02 -07:00

14 lines
319 B
Desktop File

[Unit]
Description=Teleport SSH Service
After=network.target
[Service]
Type=simple
Restart=always
User=ubuntu
LimitNOFILE=32000
ExecStart=/home/ubuntu/go/src/github.com/gravitational/teleport/build/teleport start --config=/etc/teleport/teleport.yaml -d --diag-addr=127.0.0.1:3000
[Install]
WantedBy=multi-user.target