MS_INTERNAL_DIR=/data/ms
MS_EXTERNAL_DIR=/srv/ms
MS_TMPFS_DIR=/var/opt/ms/tmp

# msx-monitor.sh tunables. To override, uncomment the KEY=value line in
# /etc/ms/default. load_env accepts only `KEY=value` with no leading
# whitespace and no inline `# ...` comments, so the examples below are
# written to be uncommentable verbatim.

# Seconds between polls.
#MSX_MONITOR_INTERVAL_SEC=60

# Matching polls required before start/stop.
#MSX_MONITOR_REQUIRED_CONSECUTIVE=2

# Pause sentinel path (create to pause reconciliation, remove to resume).
#MSX_MONITOR_PAUSE_FILE=/run/ms/monitor.paused
