- 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:
parent
6bdc7a067a
commit
d1bee00c93
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 21 09:28:29 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- 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 <fbui@suse.com>
|
Tue Jun 20 15:46:04 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ elseif pid > 0 then
|
|||||||
posix.wait(pid)
|
posix.wait(pid)
|
||||||
end
|
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
|
-- This script will process files installed in /usr/lib/sysusers.d to create
|
||||||
-- specified users automatically. The priority is set such that it
|
-- specified users automatically. The priority is set such that it
|
||||||
-- will run before the tmpfiles file trigger.
|
-- will run before the tmpfiles file trigger.
|
||||||
|
Loading…
Reference in New Issue
Block a user