aboutsummaryrefslogtreecommitdiffstats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/systemd-analyze-plot.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/systemd-analyze-plot.service b/user/systemd-analyze-plot.service
index de9a0e3..ebd9177 100644
--- a/user/systemd-analyze-plot.service
+++ b/user/systemd-analyze-plot.service
@@ -6,6 +6,7 @@ After=local-fs.target
Type=oneshot
Environment="PLOTDIR=/tmp/"
Environment="PLOTNAME=systemd-analyze.svg"
+EnvironmentFile=-%h/.plot.conf
EnvironmentFile=-%h/.config/systemd/plot.conf
ExecStartPre=/usr/bin/rm -f ${PLOTDIR}${PLOTNAME}
ExecStart=/usr/bin/bash -c '/usr/bin/systemd-analyze plot > ${PLOTDIR}${PLOTNAME}'