This unit is provided by:
Options
-
[Install]-
WantedBy=multi-user.target
-
-
[Service]-
Environment="LOG_LEVEL=INFO" -
EnvironmentFile=-/etc/default/glusterd -
EnvironmentFile=-/etc/sysconfig/glusterd -
ExecStart=/usr/sbin/glusterd -p /var/run/glusterd.pid --log-level $LOG_LEVEL $GLUSTERD_OPTIONS -
KillMode=control-group -
KillMode=process -
LimitNOFILE=65536 -
PIDFile=/run/glusterd.pid -
PIDFile=/var/run/glusterd.pid -
Restart=on-abnormal -
RestartSec=60 -
StartLimitBurst=6 -
StartLimitInterval=3600 -
SuccessExitStatus=15 -
TimeoutSec=300 -
Type=forking
-
-
[Unit]-
After=network.target -
After=network.target rpcbind.service -
Before=network-online.target -
Description=GlusterFS, a clustered file-system server -
Documentation=man:glusterd(8) -
Requires= -
Requires=rpcbind.service -
StartLimitBurst=6 -
StartLimitIntervalSec=3600
-
Additionnal notes
Nothing here.