From e323283080e18205f5075b4097b8d4bc493fd814 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 13 Apr 2022 16:26:14 +0900 Subject: [PATCH] sys-apps/systemd: add update checklist file for other repos The "init" repo has a systemd unit with lines that should be kept in sync with upstream. Normally changes are not expected but in case there are some, it may be good to be aware. --- sys-apps/systemd/CHECKLIST.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sys-apps/systemd/CHECKLIST.md diff --git a/sys-apps/systemd/CHECKLIST.md b/sys-apps/systemd/CHECKLIST.md new file mode 100644 index 00000000000..2334feda577 --- /dev/null +++ b/sys-apps/systemd/CHECKLIST.md @@ -0,0 +1 @@ +- Check that the `systemd-sysext.service`'s `ConditionDirectoryNotEmpty` entries are correctly reflected in `flatcar-linux/init:systemd/system/ensure-sysext.service`