summaryrefslogtreecommitdiff
path: root/systemd.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'systemd.conf.in')
-rw-r--r--systemd.conf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd.conf.in b/systemd.conf.in
new file mode 100644
index 0000000..b07019f
--- /dev/null
+++ b/systemd.conf.in
@@ -0,0 +1,12 @@
+TypesDB "@collectd_typesdir@/systemd.types.db"
+
+LoadPlugin python
+<Plugin python>
+ ModulePath "@collectd_pythondir@"
+ LogTraces true
+ Interactive false
+ Import "systemd"
+
+ <Module systemd>
+ </Module>
+</Plugin>