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-cpio.service | 12 ------------ systemd/ykfde.service | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 systemd/ykfde-cpio.service create mode 100644 systemd/ykfde.service (limited to 'systemd') diff --git a/systemd/ykfde-cpio.service b/systemd/ykfde-cpio.service deleted file mode 100644 index 870529b..0000000 --- a/systemd/ykfde-cpio.service +++ /dev/null @@ -1,12 +0,0 @@ -[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 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