stable
Clone or download
Read-only
Closes request #32314: Restart Meilisearch and Mercure server when env file is changed
This make sure the service are restarted if `tuleap-cfg site-deploy` is used without stoping the services first. To test, build and deploy the packages. You should see the services are restarted when you run `tuleap-cfg site-deploy`. Change-Id: I7c0feadcc3d42bd017fb4d49ed4854bac42d0672
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server.nix | +2 | −0 | Go to diff View file |
A | plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server/tuleap-meilisearch-config-change.path | +5 | −0 | Go to diff View file |
A | plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server/tuleap-meilisearch-config-change.service | +7 | −0 | Go to diff View file |
M | plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server/tuleap-meilisearch-server.spec | +12 | −1 | Go to diff View file |
M | src/additional-packages/tuleap-mercure.nix | +2 | −0 | Go to diff View file |
A | src/additional-packages/tuleap-mercure/tuleap-mercure-config-change.path | +5 | −0 | Go to diff View file |
A | src/additional-packages/tuleap-mercure/tuleap-mercure-config-change.service | +7 | −0 | Go to diff View file |
M | src/additional-packages/tuleap-mercure/tuleap-mercure.spec | +12 | −4 | Go to diff View file |