aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/ykfde.service
blob: cfe8073c97d26a7fabaf966061747fef24379a83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# (C) 2016-2020 by Christian Hesse <mail@eworm.de>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.

[Unit]
Description=Yubikey full disk encryption

[Service]
Type=oneshot
KeyringMode=shared
NotifyAccess=all
ExecStart=-/usr/bin/ykfde
ExecStart=/usr/bin/ykfde-cpio
ExecStop=/usr/bin/ykfde-cpio
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target