aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/ykfde-cpio.service
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-12-23 18:35:37 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-12-23 18:35:37 +0100
commit10cce0cbd3b312c5009d4268cd51dd2fb2dffae1 (patch)
tree8d1b9955b47a621311f65535dcf8a9d55cd462cc /systemd/ykfde-cpio.service
parent857e921b676f0b81ea11f1e023253232ba626d9d (diff)
downloadmkinitcpio-ykfde-10cce0cbd3b312c5009d4268cd51dd2fb2dffae1.tar.gz
mkinitcpio-ykfde-10cce0cbd3b312c5009d4268cd51dd2fb2dffae1.tar.zst
rename systemd service to ykfde-cpio
Diffstat (limited to 'systemd/ykfde-cpio.service')
-rw-r--r--systemd/ykfde-cpio.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/systemd/ykfde-cpio.service b/systemd/ykfde-cpio.service
new file mode 100644
index 0000000..36566a1
--- /dev/null
+++ b/systemd/ykfde-cpio.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Yubikey full disk encryption
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/ykfde
+ExecStart=/usr/bin/ykfde-cpio
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target