summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2015-03-19 11:39:25 -0400
committerSteve Dickson <steved@redhat.com>2015-03-19 11:44:16 -0400
commit9128433947479d8eb9ea08fae2b79670d30b5cfa (patch)
tree1e5bd69e92ff17b253c093e4d3dbe1184a70ca8c
parent8b7bc02a411019fce9ed069a2d18f556c1009150 (diff)
downloadnfs-utils-9128433947479d8eb9ea08fae2b79670d30b5cfa.tar.gz
nfs-utils-9128433947479d8eb9ea08fae2b79670d30b5cfa.tar.xz
nfs-utils-9128433947479d8eb9ea08fae2b79670d30b5cfa.zip
nfs-blkmap.service: add EnvironmentFile directive
Fixes: https://bugzilla.linux-nfs.org/show_bug.cgi?id=281 Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--systemd/nfs-blkmap.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemd/nfs-blkmap.service b/systemd/nfs-blkmap.service
index 5b5a06d..ddbf4e9 100644
--- a/systemd/nfs-blkmap.service
+++ b/systemd/nfs-blkmap.service
@@ -10,6 +10,7 @@ PartOf=nfs-utils.service
[Service]
Type=forking
PIDFile=/var/run/blkmapd.pid
+EnvironmentFile=-/run/sysconfig/nfs-utils
ExecStart=/usr/sbin/blkmapd $BLKMAPDARGS
[Install]