summaryrefslogtreecommitdiffstats
path: root/abs/core/systemd/systemd-sysusers.hook
blob: 6b8affa16153e3dbb78aa1806b19d6bf05c4e78d (plain)
1
2
3
4
5
6
7
8
9
10
11
[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 "$(basename "$f")" ; done'
NeedsTargets