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

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

[Install]
WantedBy=multi-user.target