summarylogtreecommitdiffstats
path: root/teleport@.service
blob: 3bdb3c846dfab99832788d27cc385befe260c81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Teleport SSH Service
After=network.target

[Service]
Type=simple
Restart=on-failure
EnvironmentFile=-/etc/default/teleport-%i
ExecStart=/usr/bin/teleport start --pid-file=/run/teleport-%i.pid --config=/etc/teleport.d/%i.yaml
ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/teleport-%i.pid
LimitNOFILE=8192

[Install]
WantedBy=multi-user.target