diff options
author | Christian Hesse <mail@eworm.de> | 2016-02-26 23:31:31 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-22 20:44:26 +0200 |
commit | 0d250492b5ce1f01040898da7eba7db5df4f07be (patch) | |
tree | ca5a5d879d95d994bdb8b71374219a630853cbba /systemd/ykfde-2f.service | |
parent | b6cc20e9c27ddf4b4ca8a58ef7aa990885229157 (diff) | |
download | mkinitcpio-ykfde-0d250492b5ce1f01040898da7eba7db5df4f07be.tar.gz mkinitcpio-ykfde-0d250492b5ce1f01040898da7eba7db5df4f07be.tar.zst |
drop shell script and implement with 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..f514c7d 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 --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' |