aboutsummaryrefslogtreecommitdiffstats
path: root/config/plot.conf
blob: 0ddcb137a6e516034db012250041622d1f0c578f (plain)
1
2
3
4
5
6
7
8
9
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"