diff options
author | David Runge <dave@sleepmap.de> | 2015-03-31 18:56:45 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-31 18:56:45 +0200 |
commit | 86516af3b7aa46e2b3303643acdba463f42ead71 (patch) | |
tree | 8de332cc3f925be9c5a650d96777c197b659d63b /user/systemd-analyze-plot.service | |
parent | 519507a3f2b891798a233f8ddea0b99ef267fa70 (diff) | |
download | uenv-86516af3b7aa46e2b3303643acdba463f42ead71.tar.gz uenv-86516af3b7aa46e2b3303643acdba463f42ead71.tar.bz2 uenv-86516af3b7aa46e2b3303643acdba463f42ead71.tar.xz uenv-86516af3b7aa46e2b3303643acdba463f42ead71.zip |
user/systemd-analyze-plot.service: Adding additional path for the configuration file
Diffstat (limited to 'user/systemd-analyze-plot.service')
-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}' |