From 2434d37adf46ffd737ec805d833dd4fabbcdd98d Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 6 Oct 2023 16:38:35 -0400 Subject: [PATCH] sysusers.d/50-zincati.conf: tweak comments The sysusers docs say that lines starting with `#` are ignored, but I think there's RPM macros or something that trip up on this: error: lua script failed: [string "add_sysuser"]:16: invalid sysuser type: #Zincati 3< (%lua) 2< (%add_sysuser) error: lua script failed: [string "add_sysuser"]:16: invalid sysuser type: #Type 3< (%lua) 2< (%add_sysuser) And systemd's sysusers dropins all also seem to have a space separator. Let's add a space to see if it helps. --- dist/sysusers.d/50-zincati.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/sysusers.d/50-zincati.conf b/dist/sysusers.d/50-zincati.conf index a3b05e05..d5cb2c4f 100644 --- a/dist/sysusers.d/50-zincati.conf +++ b/dist/sysusers.d/50-zincati.conf @@ -1,3 +1,3 @@ -#Zincati - https://github.com/coreos/zincati -#Type Name ID GECOS +# Zincati - https://github.com/coreos/zincati +# Type Name ID GECOS u zincati - "Zincati user for auto-updates"