summaryrefslogtreecommitdiff
blob: b74734bbf9efa6d4ec181fb5a67e9d6a3a01b208 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Teleport SSH Service
After=network.target 

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/teleport start --config=/etc/teleport/teleport.yaml

[Install]
WantedBy=multi-user.target