diff options
author | Christian Hesse <mail@eworm.de> | 2016-01-18 14:02:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-01-18 14:02:01 +0100 |
commit | 132c3a931726e1cf312ca438bc64e7961d7d9c39 (patch) | |
tree | 3c324e5c79cd16f236d51d61987f5e8d28199651 /systemd | |
parent | 2bac6229d35e0ece9d560c4f028126a8270e1936 (diff) | |
download | mkinitcpio-ykfde-132c3a931726e1cf312ca438bc64e7961d7d9c39.tar.gz mkinitcpio-ykfde-132c3a931726e1cf312ca438bc64e7961d7d9c39.tar.zst |
create archive on shutdown
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/ykfde-cpio.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/ykfde-cpio.service b/systemd/ykfde-cpio.service index 36566a1..913f2a3 100644 --- a/systemd/ykfde-cpio.service +++ b/systemd/ykfde-cpio.service @@ -5,6 +5,7 @@ Description=Yubikey full disk encryption Type=oneshot ExecStart=/usr/bin/ykfde ExecStart=/usr/bin/ykfde-cpio +ExecStop=/usr/bin/ykfde-cpio RemainAfterExit=yes [Install] |