summaryrefslogtreecommitdiffstats
path: root/systemd/gluster-blockd.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/gluster-blockd.service.in')
-rw-r--r--systemd/gluster-blockd.service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd/gluster-blockd.service.in b/systemd/gluster-blockd.service.in
index 7a9b759..a586a1e 100644
--- a/systemd/gluster-blockd.service.in
+++ b/systemd/gluster-blockd.service.in
@@ -6,8 +6,9 @@ After=rpcbind.service iscsid.service target.service tcmu-runner.service
[Service]
Type=simple
Environment="GB_GLFS_LRU_COUNT=5"
+Environment="GB_LOG_LEVEL=INFO"
EnvironmentFile=-@sysconfigdir@/gluster-blockd
-ExecStart=@prefix@/sbin/gluster-blockd --glfs-lru-count $GB_GLFS_LRU_COUNT $GB_EXTRA_ARGS
+ExecStart=@prefix@/sbin/gluster-blockd --glfs-lru-count $GB_GLFS_LRU_COUNT --log-level $GB_LOG_LEVEL $GB_EXTRA_ARGS
KillMode=process
[Install]