blob: 00b401f8462100823279dd988442546e342430d2 [file] [log] [blame]
Brad Bishopbf066a62016-10-19 08:09:44 -04001description: >
2 An example inventory match rule.
3
4events:
5 - name: Example Match(1)
6 description: >
7 Matches any PropertiesChanged signal.
8 type: match
9 signature:
10 type: signal
11 interface: org.freedesktop.DBus.Properties
12 member: PropertiesChanged
Brad Bishopc038e012016-10-19 13:02:24 -040013 action:
Brad Bishopafbd28e2016-10-21 22:37:17 -040014 type: noop
Brad Bishopbf066a62016-10-19 08:09:44 -040015
16# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4