aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/ykfde.service
blob: dee0f29046aa265a5f57f734d63f622e97c78d1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# (C) 2016-2024 by Christian Hesse <mail@eworm.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

[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