summaryrefslogtreecommitdiffstats
path: root/extras/systemd/gluster-ta-volume.service.in
blob: 452c01c419f173eb38a66bc430f76b9ec7d3c8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=GlusterFS, Thin-arbiter process to maintain quorum for replica volume
After=network.target

[Service]
Environment="LOG_LEVEL=WARNING"
ExecStart=@prefix@/sbin/glusterfsd -N --volfile-id ta -f @GLUSTERD_WORKDIR@/thin-arbiter/thin-arbiter.vol --brick-port 24007 --xlator-option ta-server.transport.socket.listen-port=24007
Restart=always
KillMode=process
SuccessExitStatus=15

[Install]
WantedBy=multi-user.target