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

[Service]
Type=simple
ExecStart=/usr/local/sbin/gluster-blockd
KillMode=process

[Install]
WantedBy=multi-user.target