This repository has been archived on 2026-05-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
teleport-bin/teleport.service
T
2018-06-21 21:54:52 +08:00

12 lines
171 B
Desktop File

[Unit]
Description=Teleport SSH Service
After=network.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/teleport start
[Install]
WantedBy=multi-user.target