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
|
```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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user