summaryrefslogtreecommitdiff
path: root/systemd.conf.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-20 15:52:51 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-20 16:53:50 -0400
commite4b0a9391be1d21ca15d9610b977f989ccee833a (patch)
treea6d697088aa4e4449b6b67cecc8924192923cde9 /systemd.conf.in
parent49c77b925af1c205747116a762000d99e192e2c8 (diff)
prepare for autothing
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>