diff --git a/run-document-server.sh b/run-document-server.sh index 4c653cd1e..17665def3 100644 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -323,6 +323,32 @@ if [ "${PLUGINS_ENABLED}" = "true" ]; then echo "Plugins installed." fi +# Configure ds-example if enabled +if [ "${DS_EXAMPLE}" = "true" ]; then + echo "Enabling test example service..." + cat > /etc/supervisor/conf.d/ds-example.conf <