9 lines
172 B
SYSTEMD
9 lines
172 B
SYSTEMD
|
[Unit]
|
||
|
Description=LUKS AUTO key cleaner
|
||
|
After=cryptsetup.target
|
||
|
DefaultDependencies=no
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/rm -rfd --one-file-system /tmp/luks-auto
|