diff --git a/systemd.changes b/systemd.changes index 6e86b09a..546b3bd4 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 21 09:28:29 UTC 2023 - Franck Bui + +- file-triggers: fix lua trigger priority for sysusers (bsc#1212376) + + A single digit in the priority used for sysusers got dropped somehow and + upstream commit cd621954ed643c6ee0d869132293e26056a48826 forgot to restore it + in the lua implementation. + ------------------------------------------------------------------- Tue Jun 20 15:46:04 UTC 2023 - Franck Bui diff --git a/triggers.systemd b/triggers.systemd index 74621f94..5a0e6c16 100644 --- a/triggers.systemd +++ b/triggers.systemd @@ -68,7 +68,7 @@ elseif pid > 0 then posix.wait(pid) end -%transfiletriggerin -P 100700 -p -- /usr/lib/sysusers.d +%transfiletriggerin -P 1000700 -p -- /usr/lib/sysusers.d -- This script will process files installed in /usr/lib/sysusers.d to create -- specified users automatically. The priority is set such that it -- will run before the tmpfiles file trigger.