diff options
author | mediocregopher <mediocregopher@gmail.com> | 2023-08-13 21:34:14 +0200 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2023-08-13 21:35:17 +0200 |
commit | 1957081c122fe231eb6120192489dd979d214317 (patch) | |
tree | b8cd0812ec3c0452d54cb789ba938e6f0c0e8278 /base/rm-keyfile.service | |
parent | ef8da74f1ae38d9eceb68846fe9ef402c8e30fcf (diff) |
Update branch with all changes which could be brought in from private branches
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.
Diffstat (limited to 'base/rm-keyfile.service')
-rw-r--r-- | base/rm-keyfile.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/base/rm-keyfile.service b/base/rm-keyfile.service new file mode 100644 index 0000000..8d95fa1 --- /dev/null +++ b/base/rm-keyfile.service @@ -0,0 +1,9 @@ +[Unit] +Description=rm keyfile + +[Service] +Type=oneshot +ExecStart=/bin/sh -c 'rm /boot/keyfile || true' + +[Install] +WantedBy=multi-user.target |