[Update] teleport-bin: update the systemd service
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pkgbase = teleport-bin
|
||||
pkgdesc = Modern SSH server for teams managing distributed infrastructure
|
||||
pkgver = 3.1.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/gravitational/teleport
|
||||
install = teleport.install
|
||||
arch = x86_64
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=teleport-bin
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Modern SSH server for teams managing distributed infrastructure"
|
||||
arch=('x86_64' 'arm')
|
||||
url="https://github.com/gravitational/teleport"
|
||||
|
||||
+4
-2
@@ -4,8 +4,10 @@ After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/teleport start
|
||||
Restart=on-failure
|
||||
ExecStart=/usr/local/bin/teleport start --config=/etc/teleport.yaml --pid-file=/var/run/teleport.pid
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
PIDFile=/var/run/teleport.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user