docs: install script provisions systemd unit and starter config#4
Merged
Merged
Conversation
The install script (curl | sh) now drops a managed-service layout on systemd hosts: unit, sysusers snippet, starter config at /etc/zentinel/zentinel.kdl. Service enable and start are opt-in via --enable-service. Updates: - getting-started/installation.md: documents the new flow, the --enable-service / --skip-service flags, file layout, and the manual fallback for source builds. - deployment/systemd.md: adds a "Quick install" section pointing at the script. The manual setup walkthrough remains for source-build and air-gapped use cases. Fixes a stale install URL. Tracks zentinelproxy/zentinel#223.
Deploying zentinelproxy-io-docs with
|
| Latest commit: |
c7441ed
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://abf3d940.zentinelproxy-io-docs.pages.dev |
| Branch Preview URL: | https://docs-install-systemd-bootstr.zentinelproxy-io-docs.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new install flow shipping in zentinelproxy/zentinel#224:
curl | shnow drops the unit, sysusers snippet, and starter config at/etc/zentinel/zentinel.kdlon systemd hosts. Service enable and start are opt-in via--enable-service.Changes
getting-started/installation.md: updated the install-script section to cover the new flags (--enable-service,--skip-service), the file layout, and the manual fallback for source builds.deployment/systemd.md: added a "Quick install" section at the top pointing at the script. Manual setup walkthrough kept for source builds, air-gapped hosts, and agent-alongside-proxy deployments. Fixed a stale install URL (zentinelproxy.io/install.sh→get.zentinelproxy.io).Linked
Test plan
zola serve); pages render without broken links[systemd Deployment](/docs/deployment/systemd/)cross-link from the installation page resolvescurl | shmatches the documented behavior