From 56233e5638af8cc9e0ea387851af730a0c9321a5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 30 Mar 2015 21:10:47 +0200 Subject: config/plot.conf: Adding configuration file for user/systemd-analyze-plot.service --- config/plot.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/plot.conf 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" + -- cgit v1.2.3