1957081c12
For a while I was keeping a private branch where there were a lot of non-public things included, and that became the de-facto branch while this one lagged. This one is now up-to-date, all private stuff is dealt with via config files which are not committed.
10 lines
140 B
Desktop File
10 lines
140 B
Desktop File
[Unit]
|
|
Description=rm keyfile
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c 'rm /boot/keyfile || true'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|