From 10cce0cbd3b312c5009d4268cd51dd2fb2dffae1 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 23 Dec 2014 18:35:37 +0100 Subject: rename systemd service to ykfde-cpio --- systemd/ykfde-cpio.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 systemd/ykfde-cpio.service (limited to 'systemd/ykfde-cpio.service') 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 -- cgit v1.2.3-54-g00ecf