From eed81766054f52c4acbb22a64f7124b7e8ca7a5f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 3 May 2026 15:56:04 +0100 Subject: [PATCH] docs(README): add note on systemd requirement for SDRconnect service Clarify that the optional systemd service configuration requires a distribution that supports systemd. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f8f70..593e9e3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The official SDRPlay installer only supports Debian and Ubuntu. This script exte 7. Configures udev rules for SDRPlay USB hardware 8. Creates desktop entries and icons (freedesktop.org standard) 9. Sets up a PATH profile script so the tools are available from the terminal -10. Optionally configures a systemd service for SDRconnect server mode +10. Optionally configures a systemd service for SDRconnect server mode (This requires a distro that supports systemd). 11. Generates an uninstaller at `/opt/sdrconnect/sdrconnect-uninstall.sh` ## Supported distributions