10 lines
140 B
SYSTEMD
10 lines
140 B
SYSTEMD
|
[Unit]
|
||
|
Description=rm keyfile
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/sh -c 'rm /boot/keyfile || true'
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|