16 lines
338 B
Desktop File
16 lines
338 B
Desktop File
[Unit]
|
|
Description=LUKS AUTO key searcher
|
|
After=cryptsetup-pre.target
|
|
Before=luks-auto.target
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Environment=DRACUT_SYSTEMD=1
|
|
Type=oneshot
|
|
ExecStartPre=/usr/bin/sleep 1
|
|
ExecStart=/etc/systemd/system/luks-auto-key.sh
|
|
RemainAfterExit=true
|
|
StandardInput=null
|
|
StandardOutput=syslog
|
|
StandardError=syslog+console
|