6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
target=(/usr/lib/tmpfiles.d/*.conf)
|
|
triggers=("install")
|
|
operation() {
|
|
/usr/bin/systemd-tmpfiles --create
|
|
}
|