From acc9fb25e1b6247b7e392051934dde65ebfe1c51 Mon Sep 17 00:00:00 2001 From: hensm Date: Wed, 27 Jul 2022 10:30:11 +0100 Subject: [PATCH] Fix daemon mode documentation --- README.md | 2 +- docs/index.html | 23 +++++++++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5ba36ab..cb32a22 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The bridge application is currently supported on Windows, macOS and Linux. ```sh $ sudo useradd --system fx_cast ``` -2. Create a service file in `/etc/systemd/fx_cast.service`: +2. Create a service file in `/etc/systemd/system/fx_cast.service`: ``` [Unit] Description=fx_cast daemon diff --git a/docs/index.html b/docs/index.html index 312772a..2bb3a2d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -258,16 +258,23 @@
  • -

    "No bridge found" with Firefox snap

    +

    + "No bridge found" with Firefox + snap/Flatpak package +

    -

    The sandboxed snap cannot start the - bridge itself. The bridge must be started in - daemon - mode, - and the "Enable backup daemon connection" - option enabled. +

    + Whilst running inside a sandboxed + version of Firefox, the extension is + unable to start the bridge by itself. + The bridge must be started in + daemon mode, and the + "Enable backup daemon connection" + option enabled in the extension.