aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/ykfde-2f
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-05-28 23:25:25 +0200
committerGravatar Christian Hesse <mail@eworm.de>2016-05-28 23:25:25 +0200
commitca67c46edf1c0543ce58bd075c565e1cb9a5a926 (patch)
treed5c026c4113960d8828695e99a7e40e2482c162d /systemd/ykfde-2f
parentb6cc20e9c27ddf4b4ca8a58ef7aa990885229157 (diff)
parent21075238bba7c633fc84657322391664f1770368 (diff)
downloadmkinitcpio-ykfde-ca67c46edf1c0543ce58bd075c565e1cb9a5a926.tar.gz
mkinitcpio-ykfde-ca67c46edf1c0543ce58bd075c565e1cb9a5a926.tar.zst
Merge branch 'systemd-units'
Diffstat (limited to 'systemd/ykfde-2f')
-rw-r--r--systemd/ykfde-2f18
1 files changed, 0 insertions, 18 deletions
diff --git a/systemd/ykfde-2f b/systemd/ykfde-2f
deleted file mode 100644
index c34bde8..0000000
--- a/systemd/ykfde-2f
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# (C) 2016 by Christian Hesse <mail@eworm.de>
-#
-# This software may be used and distributed according to the terms
-# of the GNU General Public License, incorporated herein by reference.
-
-systemd-ask-password --no-tty --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' >/dev/null
-
-if [ -s '/run/ykfde.pid' ]; then
- kill -USR1 $(cat '/run/ykfde.pid')
- # ykfde started from udev needs a moment to set up the key
- # in store. It is out of systemd control, so wait a moment
- # here.
- sleep 0.2
-fi
-
-true