aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user/systemd-analyze-plot.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/user/systemd-analyze-plot.service b/user/systemd-analyze-plot.service
index ebd9177..de9a0e3 100644
--- a/user/systemd-analyze-plot.service
+++ b/user/systemd-analyze-plot.service
@@ -6,7 +6,6 @@ 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}'