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