From 9d297ee665995df8388fa2e5bd1778e155b881fe Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 19 Jan 2024 08:20:33 +1000 Subject: [PATCH] Fix sysusers typo https://github.com/chimera-linux/cports/pull/1139 --- v2/content/posts/2023/systemd-sysusers-and-chimera-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/content/posts/2023/systemd-sysusers-and-chimera-linux.md b/v2/content/posts/2023/systemd-sysusers-and-chimera-linux.md index 8451c0b..3fc3740 100644 --- a/v2/content/posts/2023/systemd-sysusers-and-chimera-linux.md +++ b/v2/content/posts/2023/systemd-sysusers-and-chimera-linux.md @@ -465,7 +465,7 @@ scripts: /usr/bin/systemd-tmpfiles $TMPFILES_ARGS || : triggers: # 2 items - - /usr/lib/syusers.d + - /usr/lib/sysusers.d - /usr/lib/tmpfiles.d ```