summarylogtreecommitdiffstats
path: root/teleport.service
blob: 98a0b9fddbcfa25b6dec88ce8e506cd26f9f3c4a (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

[Install]
WantedBy=multi-user.target