aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/ykfde.service
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:34:26 +0100
committerGravatar Christian Hesse <mail@eworm.de>2016-01-18 14:34:26 +0100
commit10baa22c210a3b8141732159b7a59c3f2e0c6ab1 (patch)
treedd8484f0bc72a7de046833bd48c65b1596b658d2 /systemd/ykfde.service
parentbde28cb8f3facfbdf15df4a97e35f959b698c69c (diff)
downloadmkinitcpio-ykfde-10baa22c210a3b8141732159b7a59c3f2e0c6ab1.tar.gz
mkinitcpio-ykfde-10baa22c210a3b8141732159b7a59c3f2e0c6ab1.tar.zst
rename ykfde-cpio.service -> ykfde.service
Diffstat (limited to 'systemd/ykfde.service')
-rw-r--r--systemd/ykfde.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/ykfde.service b/systemd/ykfde.service
new file mode 100644
index 0000000..870529b
--- /dev/null
+++ b/systemd/ykfde.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Yubikey full disk encryption
+
+[Service]
+Type=oneshot
+ExecStart=-/usr/bin/ykfde
+ExecStart=/usr/bin/ykfde-cpio
+ExecStop=/usr/bin/ykfde-cpio
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target