16 lines
372 B
Desktop File
16 lines
372 B
Desktop File
[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 |