6 lines
336 B
Plaintext
6 lines
336 B
Plaintext
trigger_operations: ["install", "upgrade", "remove"]
|
|
target_type: "path"
|
|
targets: ["etc/dbus-1/system.d/*.conf", "usr/share/dbus-1/system.d/*.conf", "usr/share/dbus-1/system-services/*.service"]
|
|
depends: ["dbus"]
|
|
run: "dbus-send --print-reply --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig"
|