blob: 6f5a18fd5a72569dd253a44fac3f7a04011423c9 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# (C) 2016-2017 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=Run ykfde worker
DefaultDependencies=no
Before=cryptsetup-pre.target
Wants=cryptsetup-pre.target
Requires=ykfde-2f.service
After=ykfde-2f.service
[Service]
Type=oneshot
ExecStart=/usr/lib/udev/ykfde
|