Skip to content

Fix systemd service example#453

Merged
javier merged 3 commits into
questdb:mainfrom
mysubb01:fix-systemd-service-example
May 27, 2026
Merged

Fix systemd service example#453
javier merged 3 commits into
questdb:mainfrom
mysubb01:fix-systemd-service-example

Conversation

@mysubb01
Copy link
Copy Markdown
Contributor

Summary

  • update the systemd ExecStart example so JVM options are passed before the module path/main module
  • replace UseParallelOldGC with UseParallelGC and set -Dcontainerized=false for the non-containerized service example
  • create ~/bin and ~/var/lib/questdb in the setup snippet so first-time installs have the required paths
  • fix a few small wording typos on the page

Verification

  • source /Users/wy/.nvm/nvm.sh && nvm exec 22.22.2 npx --yes yarn@1.22.22 install --frozen-lockfile
  • source /Users/wy/.nvm/nvm.sh && nvm exec 22.22.2 npx --yes yarn@1.22.22 build
  • git diff --check

Fixes questdb/questdb#4265
Related to #224 and questdb/questdb#4258

@javier javier added the preview label May 27, 2026
@javier
Copy link
Copy Markdown
Collaborator

javier commented May 27, 2026

Thanks!

@github-actions
Copy link
Copy Markdown

🚀 Build success!

Latest successful preview: https://preview-453--questdb-documentation.netlify.app/docs/

Commit SHA: 54b943f

📦 Build generates a preview & updates link on each commit.

@javier javier merged commit f58909b into questdb:main May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix questdb.service example

3 participants