14 lines
307 B
Desktop File
14 lines
307 B
Desktop File
[Unit]
|
|
Description=Teleport SSH Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStart=/usr/local/bin/teleport start --config=/etc/teleport.yaml --pid-file=/var/run/teleport.pid
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
PIDFile=/var/run/teleport.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|