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
$ 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

View File

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