[Update] teleport-bin: v5.0.1

This commit is contained in:
axionl
2020-12-12 10:44:43 +08:00
parent b8d4ee5544
commit 144967738f
4 changed files with 39 additions and 12 deletions
+5 -2
View File
@@ -5,9 +5,12 @@ After=network.target
[Service]
Type=simple
Restart=on-failure
ExecStart=/usr/bin/teleport start --config=/etc/teleport.yaml --pid-file=/var/run/teleport.pid
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=/var/run/teleport.pid
PIDFile=/run/teleport.pid
LimitNOFILE=8192
[Install]
WantedBy=multi-user.target