aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-03-01 22:06:22 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-05-22 20:44:26 +0200
commit9bed4cc764820595c6a8f713a80b10f71a0dc3cc (patch)
tree5cdd12186f1e13ed5ce6b30910cec3725af33646
parent4ee8fd45b82298b5de86e617c449fe53fd45ff84 (diff)
downloadmkinitcpio-ykfde-9bed4cc764820595c6a8f713a80b10f71a0dc3cc.tar.gz
mkinitcpio-ykfde-9bed4cc764820595c6a8f713a80b10f71a0dc3cc.tar.zst
do not write password to logsystemd-v230
This requires systemd-ask-password with option --no-output, so it depends on systemd v230 (or commit a5a4e365).
-rw-r--r--systemd/ykfde-2f.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/ykfde-2f.service b/systemd/ykfde-2f.service
index f514c7d..33f034f 100644
--- a/systemd/ykfde-2f.service
+++ b/systemd/ykfde-2f.service
@@ -14,4 +14,4 @@ ConditionPathExists=/etc/ykfde.d/
Type=oneshot
RemainAfterExit=yes
TimeoutSec=0
-ExecStart=/usr/bin/systemd-ask-password --no-tty --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!'
+ExecStart=/usr/bin/systemd-ask-password --no-tty --no-output --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!'