- 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1398
This commit is contained in:
2023-06-21 09:32:38 +00:00
committed by Git OBS Bridge
parent 6bdc7a067a
commit d1bee00c93
2 changed files with 10 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ elseif pid > 0 then
posix.wait(pid)
end
%transfiletriggerin -P 100700 -p <lua> -- /usr/lib/sysusers.d
%transfiletriggerin -P 1000700 -p <lua> -- /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.