diff options
author | Christian Hesse <mail@eworm.de> | 2016-05-28 23:25:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-28 23:25:25 +0200 |
commit | ca67c46edf1c0543ce58bd075c565e1cb9a5a926 (patch) | |
tree | d5c026c4113960d8828695e99a7e40e2482c162d /systemd/ykfde-2f.service | |
parent | b6cc20e9c27ddf4b4ca8a58ef7aa990885229157 (diff) | |
parent | 21075238bba7c633fc84657322391664f1770368 (diff) | |
download | mkinitcpio-ykfde-ca67c46edf1c0543ce58bd075c565e1cb9a5a926.tar.gz mkinitcpio-ykfde-ca67c46edf1c0543ce58bd075c565e1cb9a5a926.tar.zst |
Merge branch 'systemd-units'
Diffstat (limited to 'systemd/ykfde-2f.service')
-rw-r--r-- | systemd/ykfde-2f.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/ykfde-2f.service b/systemd/ykfde-2f.service index cfdab43..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/lib/systemd/scripts/ykfde-2f +ExecStart=/usr/bin/systemd-ask-password --no-tty --no-output --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' |