aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-30 21:10:47 +0200
committerDavid Runge <dave@sleepmap.de>2015-03-30 21:10:47 +0200
commit56233e5638af8cc9e0ea387851af730a0c9321a5 (patch)
tree6d3cb3e74fd947d71eb8542306222344f31af9fb
parente73b7a884cfa7721f3aac45afc0ac2ae20904dc8 (diff)
downloaduenv-56233e5638af8cc9e0ea387851af730a0c9321a5.tar.gz
uenv-56233e5638af8cc9e0ea387851af730a0c9321a5.tar.bz2
uenv-56233e5638af8cc9e0ea387851af730a0c9321a5.tar.xz
uenv-56233e5638af8cc9e0ea387851af730a0c9321a5.zip
config/plot.conf: Adding configuration file for user/systemd-analyze-plot.service
-rw-r--r--config/plot.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/plot.conf b/config/plot.conf
new file mode 100644
index 0000000..0ddcb13
--- /dev/null
+++ b/config/plot.conf
@@ -0,0 +1,10 @@
+# Configuration file for the systemd user service systemd-analyze-plot.service
+
+# Set the directory to generate the plot in
+# Defaults to /tmp/. Mind the trailing slash!
+PLOTDIR="/tmp/"
+
+# Set the filename to be used for the plot. Should be suffixed with .svg
+# Defaults to systemd-analyze.svg
+PLOTNAME="systemd-analyze.svg"
+