From 04df0f1878f7e52af6f24841e11bcd313840b850 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Thu, 16 Nov 2023 12:51:35 -0500 Subject: [PATCH] organize the compatibility/requirements stuff at the bottom of the page --- docs/guides/linux-service.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/guides/linux-service.md b/docs/guides/linux-service.md index 9dae82b3..d759e144 100644 --- a/docs/guides/linux-service.md +++ b/docs/guides/linux-service.md @@ -7,10 +7,6 @@ sidebar_position: 40 Proxy a reserved public subdomain to a backend target with a Linux service. -## Requirements - -The Linux distribution must have a package manager that understands the `.deb` or `.rpm` format and be running systemd v232 or newer. The service was tested with Ubuntu 20-22, Debian 11-12, Rocky 8-9, and Fedora 37-38. - ## How it Works The `zrok-share` package creates a `zrok-share.service` unit in systemd. The administrator edits the service's configuration file to specify the: @@ -132,6 +128,15 @@ sudo systemctl restart zrok-share.service journalctl -u zrok-share.service ``` +## Compatibility + +The Linux distribution must have a package manager that understands the `.deb` or `.rpm` format and be running systemd v232 or newer. The service was tested with: + +* Ubuntu 20.04, 22.04, 23.04 +* Debian 11 12 +* Rocky 8, 9 +* Fedora 37, 38 + ## Package Contents The files included in the `zrok-share` package are sourced [here in GitHub](https://github.com/openziti/zrok/tree/main/nfpm).