summaryrefslogtreecommitdiffstats
path: root/systemd/gluster-blockd.service.in
blob: 8970154679b093b4855ce496ba3e507242626817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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
ExecStart=@prefix@/sbin/gluster-blockd
KillMode=process

[Install]
WantedBy=multi-user.target