[Update] teleport-bin: add teleport@.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 = 5.0.1
|
pkgver = 5.0.1
|
||||||
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=5.0.1
|
pkgver=5.0.1
|
||||||
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' 'armv7')
|
arch=('x86_64' 'armv7')
|
||||||
url="https://github.com/gravitational/teleport"
|
url="https://github.com/gravitational/teleport"
|
||||||
@@ -31,6 +31,7 @@ options=(!strip)
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 ${srcdir}/teleport.service "${pkgdir}/usr/lib/systemd/system/teleport.service"
|
install -Dm644 ${srcdir}/teleport.service "${pkgdir}/usr/lib/systemd/system/teleport.service"
|
||||||
|
install -Dm644 ${srcdir}/teleport.service "${pkgdir}/usr/lib/systemd/system/teleport@.service"
|
||||||
install -dm755 "${pkgdir}/etc/teleport"
|
install -dm755 "${pkgdir}/etc/teleport"
|
||||||
|
|
||||||
cd "${srcdir}/teleport"
|
cd "${srcdir}/teleport"
|
||||||
|
|||||||
Reference in New Issue
Block a user