From b615bbeb78d395dc0d0cf04d6e44ad9dd1e1b360 Mon Sep 17 00:00:00 2001 From: axionl Date: Sat, 12 Dec 2020 10:57:29 +0800 Subject: [PATCH] [Update] teleport-bin: add teleport@.service --- .SRCINFO | 2 +- PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 79151d9..243d189 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = teleport-bin pkgdesc = Modern SSH server for teams managing distributed infrastructure pkgver = 5.0.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/gravitational/teleport install = teleport.install arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 692a09f..e0e476f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teleport-bin pkgver=5.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Modern SSH server for teams managing distributed infrastructure" arch=('x86_64' 'armv7') url="https://github.com/gravitational/teleport" @@ -31,6 +31,7 @@ options=(!strip) 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 -dm755 "${pkgdir}/etc/teleport" cd "${srcdir}/teleport"