teleport/assets/monitoring/teleport.service
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

14 lines
316 B
Desktop File

[Unit]
Description=Teleport Service
After=network.target
[Service]
Type=simple
Restart=always
User=ubuntu
LimitNOFILE=524288
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