Maintenance_file_path

# If true, the "Preferences" menu item will be disabled
DISABLE_PREFERENCES_MENU_ITEM = true

# This allows an administrator to override the DISABLE_PREFERENCES_MENU_ITEM setting
# The "Preferences" menu item will become enabled when the specified file exists
# Specify the maintenance path/file here (i.e. \\\\server\\share\\filename.ext)
# It is best to place this file on a read-only network share
MAINTENANCE_FILE_PATH =\\\\server\\share\\myfile.txt

created a file myfile.txt what should be in this file ? what should I prescribe there ?

It does not matter what the content of the file is (it can be empty). Spark will be in “maintenance mode” when it detects the existence of that file.

1 Like