[Update] teleport-bin: v5.0.1
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user