summaryrefslogtreecommitdiff
path: root/base/rm-keyfile.service
blob: 8d95fa1c96b36fd1662f991284034eef208bb966 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=rm keyfile

[Service]
Type=oneshot
ExecStart=/bin/sh -c 'rm /boot/keyfile || true'

[Install]
WantedBy=multi-user.target