summaryrefslogtreecommitdiffstats
path: root/systemd/gluster-blockd.service.in
blob: 7a9b7597b25973fde310e89cf568eecddb3ba23d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Gluster block storage utility
Requires=rpcbind.service iscsid.service target.service tcmu-runner.service
After=rpcbind.service iscsid.service target.service tcmu-runner.service

[Service]
Type=simple
Environment="GB_GLFS_LRU_COUNT=5"
EnvironmentFile=-@sysconfigdir@/gluster-blockd
ExecStart=@prefix@/sbin/gluster-blockd --glfs-lru-count $GB_GLFS_LRU_COUNT $GB_EXTRA_ARGS
KillMode=process

[Install]
WantedBy=multi-user.target