Skip to content

Commit

Permalink
yubikey-agent might not start on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Jun 29, 2020
1 parent b1f45ec commit a18fed8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = yubikey-agent
pkgdesc = A seamless ssh-agent for YubiKeys
pkgver = 0.1.3
pkgrel = 1
pkgrel = 2
url = https://filippo.io/yubikey-agent
arch = x86_64
license = BSD
Expand All @@ -11,7 +11,7 @@ pkgbase = yubikey-agent
source = https://github.com/FiloSottile/yubikey-agent/archive/v0.1.3.tar.gz
source = yubikey-agent.service
sha256sums = 58c597551daf0c429d7ea63f53e72b464f8017f5d7f88965d4dae397ce2cb70a
sha256sums = f50e0876cb6d13d7cbbb325053f3c6702aabc16948e266cc7c92a0ffc9ace0b9
sha256sums = f0daac762ed6242814a7857494968d18cd400672333b6ab9aa9c9abf714de7dc

pkgname = yubikey-agent

4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

pkgname=yubikey-agent
pkgver=0.1.3
pkgrel=1
pkgrel=2
pkgdesc='A seamless ssh-agent for YubiKeys'
arch=('x86_64')
url="https://filippo.io/yubikey-agent"
Expand All @@ -20,7 +20,7 @@ source=(
)
sha256sums=(
'58c597551daf0c429d7ea63f53e72b464f8017f5d7f88965d4dae397ce2cb70a'
'f50e0876cb6d13d7cbbb325053f3c6702aabc16948e266cc7c92a0ffc9ace0b9'
'f0daac762ed6242814a7857494968d18cd400672333b6ab9aa9c9abf714de7dc'
)

build() {
Expand Down
2 changes: 1 addition & 1 deletion yubikey-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ UMask=0177
RuntimeDirectory=yubikey-agent

[Install]
WantedBy=multi-user.target
WantedBy=default.target

0 comments on commit a18fed8

Please sign in to comment.