Skip to content

docs: Clarify when clp-config.yaml changes take effect #1795

@junhaoliao

Description

@junhaoliao

(Thanks to @Theo-automate for sharing this valuable feedback offline!)

Description

The current documentation does not clearly specify when changes made to clp-config.yaml are applied by the system.

A user reported that after modifying clp-config.yaml and restarting the container, the new configuration was not picked up. The changes only took effect after running a full service restart via:

cd clp-package
./stop-clp.sh
./start-clp.sh

This behavior is correct, but it is not explicitly documented and can be confusing for users.

Docs improvement

  • Clearly state that changes to clp-config.yaml are not hot-reloaded.
  • Explicitly document that users must run stop-clp.sh followed by start-clp.sh for configuration changes to take effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions