aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:13:38 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:13:38 +0100
commit334d3d667c5fd51a7ba08cf2a2e174cc6b99226c (patch)
tree0668a2407011c16064117fc68242706d7d407a58 /systemd
parent797f040ce0dcfbb3e37548c793eaf2108acaf39e (diff)
downloadmkinitcpio-ykfde-334d3d667c5fd51a7ba08cf2a2e174cc6b99226c.tar.gz
mkinitcpio-ykfde-334d3d667c5fd51a7ba08cf2a2e174cc6b99226c.tar.zst
irgnore bad exit status for ykfde
Diffstat (limited to 'systemd')
-rw-r--r--systemd/ykfde-cpio.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/ykfde-cpio.service b/systemd/ykfde-cpio.service
index 913f2a3..870529b 100644
--- a/systemd/ykfde-cpio.service
+++ b/systemd/ykfde-cpio.service
@@ -3,7 +3,7 @@ Description=Yubikey full disk encryption
[Service]
Type=oneshot
-ExecStart=/usr/bin/ykfde
+ExecStart=-/usr/bin/ykfde
ExecStart=/usr/bin/ykfde-cpio
ExecStop=/usr/bin/ykfde-cpio
RemainAfterExit=yes