diff options
Diffstat (limited to 'systemd/ykfde-cpio.service')
-rw-r--r-- | systemd/ykfde-cpio.service | 11 |
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 |