summarylogtreecommitdiffstats
path: root/systemd-tmpfiles.hook
blob: 18cdd9180d71f5b09120fe06c611af41a1aa3edc (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Type = File
Operation = Install
Operation = Upgrade
Target = usr/lib/tmpfiles.d/*.conf

[Action]
Description = Creating temporary files...
When = PostTransaction
Exec = /bin/sh -c 'while read -r f; do /usr/bin/systemd-tmpfiles --create "$(basename "$f")"; done'
NeedsTargets