diff options
Diffstat (limited to 'config/plot.conf')
-rw-r--r-- | config/plot.conf | 10 |
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" + |