Added glusterfs{,-client} builds.

This commit is contained in:
Darren 'Tadgy' Austin 2022-10-11 22:57:00 +01:00
commit a1717622c3
18 changed files with 1089 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# These are the common settings used in rc.d scripts, but there may be more per script:
# SERVICE_ENVIRONMENT=() # Extra environment passed to $SERVICE_EXEC. Must be an array.
# SERVICE_EXTRA_ARGS=() # Extra arguments passed to $SERVICE_EXEC. Must be an array.
# SERVICE_LOGFILE="" # Logfile to use for $SERVICE_EXEC. Default: /var/log/glusterfs/glusterd.log.
# SERVICE_LOGLEVEL="" # Level to use for logging by $SERVICE_EXEC. Default: WARNING.
# SLAY_DELAY="" # Delay between the SIGTERM and SIGKILL on a 'stop'. Default: 2s.
# RESTART_DELAY="" # Delay between stopping and starting on a 'restart'. Default: 2s.