blob: 74e6149d08d679aab29d915ebfe0687d7c74c27a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[Unit]
Description=GlusterFS, a clustered file-system server
After=network.target rpcbind.service
[Service]
Type=forking
PIDFile=/run/glusterd.pid
LimitNOFILE=65536
ExecStart=@prefix@/sbin/glusterd -p /run/glusterd.pid
KillMode=process
[Install]
WantedBy=multi-user.target
|