summaryrefslogtreecommitdiffstats
path: root/src/example/example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/example.yaml')
-rw-r--r--src/example/example.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/example/example.yaml b/src/example/example.yaml
index 2066227..d76e3ad 100644
--- a/src/example/example.yaml
+++ b/src/example/example.yaml
@@ -78,6 +78,21 @@
severity: INFO
message: Hello world from PDM!
+- name: example method callback
+ description: >
+ 'The method callback invokes the specified DBus method.'
+ class: callback
+ callback: method
+ service: org.freedesktop.systemd1
+ path: /org/freedesktop/systemd1
+ interface: org.freedesktop.systemd1.Manager
+ method: StartUnit
+ args:
+ - value: foo.unit
+ type: string
+ - value: replace
+ type: string
+
- name: example callback group
description: >
'Callbacks groups are simply named collections of other callbacks.
OpenPOWER on IntegriCloud