diff options
author | Christian Hesse <mail@eworm.de> | 2017-03-02 14:44:03 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-03-02 14:44:03 +0100 |
commit | 5036728dec8af27827d5f399b0ebb1039476c283 (patch) | |
tree | 025320b96719d91e82a0cb32209a60e9540503fb | |
parent | e833dc145296153de47ed7e3cd79c87076014d04 (diff) | |
download | mkinitcpio-ykfde-5036728dec8af27827d5f399b0ebb1039476c283.tar.gz mkinitcpio-ykfde-5036728dec8af27827d5f399b0ebb1039476c283.tar.zst |
systemd-ask-password: give id as suggested by man page
-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 0faf348..b92e704 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 --no-output --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' +ExecStart=/usr/bin/systemd-ask-password --no-tty --no-output --id='ykfde-2f' --keyname='ykfde-2f' 'Please enter second factor for Yubikey full disk encryption!' |