[Update] teleport-bin: add teleport@.service

This commit is contained in:
axionl
2020-12-12 10:57:29 +08:00
parent 144967738f
commit b615bbeb78
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
+2 -1
View File
@@ -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"