From 9efb9329ac22277f75876b31769a29efcfb0db74 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 23 Oct 2015 16:11:33 +0200 Subject: user/systemd-analyze-plot.service: Removing user home top level configuration file location. --- user/systemd-analyze-plot.service | 1 - 1 file changed, 1 deletion(-) 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}' -- cgit v1.2.3