mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix daemon mode documentation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user