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