summaryrefslogtreecommitdiffstats
path: root/extras/systemd/glusterd.service.in
blob: a5d260d86e7653e49a466478821f56005285b2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=GlusterFS, a clustered file-system server
After=network.target rpcbind.service
Before=network-online.target

[Service]
Type=forking
PIDFile=@localstatedir@/run/glusterd.pid
LimitNOFILE=65536
ExecStart=@prefix@/sbin/glusterd -p @localstatedir@/run/glusterd.pid
KillMode=process

[Install]
WantedBy=multi-user.target