mirror of
https://github.com/sstent/moosefs_docker.git
synced 2025-12-06 08:01:46 +00:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
# /etc/default/moosefs-cgiserv
|
|
|
|
# Start mfscgiserv from init.d script on boot.
|
|
# Only allowed values are "true" and "false".
|
|
# Undefined values default to "false".
|
|
MFSCGISERV_ENABLE=true
|
|
|
|
# user and group used to run mfscgiserv
|
|
MFSCGISERV_USER=nobody
|
|
MFSCGISERV_GROUP=nogroup
|
|
|
|
DAEMON_OPTS=""
|