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

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

[Install]
WantedBy=multi-user.target