aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/ykfde.service
blob: bbc918bf4adff5f050feb2fb02c263050bdf0cd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Yubikey full disk encryption

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

[Install]
WantedBy=multi-user.target