summaryrefslogtreecommitdiffstats
path: root/systemd/gluster-blockd.service.in
blob: a92c10cafd5b4320e65a12bc31fe0bc18e960bb4 (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=@prefix@/sbin/gluster-blockd
KillMode=process

[Install]
WantedBy=multi-user.target