17 lines
385 B
Desktop File
17 lines
385 B
Desktop File
[Unit]
|
|
Description=Teleport SSH Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
WorkingDirectory=/etc/teleport
|
|
EnvironmentFile=-/etc/teleport/teleport-env.conf
|
|
ExecStart=/usr/bin/teleport start --pid-file=/run/teleport.pid --config teleport.yaml
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
PIDFile=/run/teleport.pid
|
|
LimitNOFILE=8192
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|