From 86516af3b7aa46e2b3303643acdba463f42ead71 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 31 Mar 2015 18:56:45 +0200 Subject: user/systemd-analyze-plot.service: Adding additional path for the configuration file --- user/systemd-analyze-plot.service | 1 + 1 file changed, 1 insertion(+) 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}' -- cgit v1.2.3