From 10baa22c210a3b8141732159b7a59c3f2e0c6ab1 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 18 Jan 2016 14:34:26 +0100 Subject: rename ykfde-cpio.service -> ykfde.service --- systemd/ykfde.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 systemd/ykfde.service (limited to 'systemd/ykfde.service') 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 -- cgit v1.2.3-54-g00ecf