summaryrefslogtreecommitdiffstats
path: root/systemd/gluster-block-target.service.in
blob: a509ec3c49a4172e7dc44ff1a15b5cd3f58d2758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is part of gluster-block.
#
# This is a wrapper unit over target.service which ensures that
# tcmu-runner.service is running which intern has a check to see if
# glusterd.service is active
#

.include /usr/lib/systemd/system/target.service

[Unit]
Conflicts=target.service
Requisite=glusterd.service
BindsTo=tcmu-runner.service
After=glusterd.service tcmu-runner.service