-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Milestone
Description
(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.shThis behavior is correct, but it is not explicitly documented and can be confusing for users.
Docs improvement
- Clearly state that changes to
clp-config.yamlare not hot-reloaded. - Explicitly document that users must run
stop-clp.shfollowed bystart-clp.shfor configuration changes to take effect.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels