13 Jun
2023
13 Jun
'23
2:22 a.m.
The install command will create the directory with root permissions, hence this will not work and conflicts with the uberbot.tmpfiles line. I'm not sure why uberbot user even needs write permissions or ownership of /etc/uberbot. Why not just exclude it from the uberbot.tmpfiles entirely? Also couple of other issues: * The uberbot.tmpfiles is not specifying all the columns, which means the file will not be parsed correctly. Fixed version below: d /var/lib/uberbot 0750 uberbot uberbot - - * It's missing dependency on gcc-libs. * It needs options=(!lto) since it won't build with LTO on and the default linker. (I guess you can also force a different linker that works.) - éclairevoyant