Fix daemon mode documentation

This commit is contained in:
hensm
2022-07-27 10:30:11 +01:00
parent cec6e625cc
commit acc9fb25e1
2 changed files with 16 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ The bridge application is currently supported on Windows, macOS and Linux.
```sh ```sh
$ sudo useradd --system fx_cast $ 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] [Unit]
Description=fx_cast daemon Description=fx_cast daemon

View File

@@ -258,16 +258,23 @@
<li class="faqs__list-item"> <li class="faqs__list-item">
<details class="faq card"> <details class="faq card">
<summary class="faq__summary"> <summary class="faq__summary">
<h3>"No bridge found" with Firefox snap</h3> <h3>
"No bridge found" with Firefox
snap/Flatpak package
</h3>
</summary> </summary>
<div class="faq__content"> <div class="faq__content">
<p>The sandboxed snap cannot start the <p>
bridge itself. The bridge must be started in Whilst running inside a sandboxed
<a version of Firefox, the extension is
href="https://github.com/hensm/fx_cast/#daemon-configuration">daemon unable to start the bridge by itself.
mode</a>, The bridge must be started in
and the "Enable backup daemon connection" <a
option enabled. href="https://github.com/hensm/fx_cast/#daemon-configuration"
>daemon mode</a
>, and the
<i>"Enable backup daemon connection"</i>
option enabled in the extension.
</p> </p>
</div> </div>
</details> </details>