]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rpm: fix lua trigger priority for sysusers
authorFranck Bui <fbui@suse.com>
Wed, 21 Jun 2023 08:32:57 +0000 (10:32 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 22 Jun 2023 07:18:01 +0000 (16:18 +0900)
Commit cd621954ed643c6ee0d869132293e26056a48826 probably forgot to fix the lua
implementation.

src/rpm/triggers.systemd.in

index b563c7a7395f5e5a6deae3de04dad5b8244761d6..39a1f8d8fd5bd1b9daff631926c7d93344c25d0a 100644 (file)
@@ -68,7 +68,7 @@ elseif pid > 0 then
     posix.wait(pid)
 end
 
-%transfiletriggerin -P 100700 -p <lua> -- {{SYSUSERS_DIR}}
+%transfiletriggerin -P 1000700 -p <lua> -- {{SYSUSERS_DIR}}
 -- This script will process files installed in {{SYSUSERS_DIR}} to create
 -- specified users automatically. The priority is set such that it
 -- will run before the tmpfiles file trigger.