osi-tools/abs/systemd-232/systemd-sysusers.hook

12 lines
269 B
Plaintext
Raw Normal View History

2018-07-26 22:26:45 +00:00
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = usr/lib/sysusers.d/*.conf
[Action]
Description = Updating system user accounts...
When = PostTransaction
Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-sysusers "/$f" ; done'
NeedsTargets