diff options
-rw-r--r-- | user/systemd-analyze-plot.service | 1 |
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}' |