You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,10 @@ You will need to use the Online Updater to install cores.
13
13
## Daemon mode
14
14
15
15
[snap.retroarch.daemon.service](https://snapcraft.io/docs/services-and-daemons#defining-a-daemon) systemd unit will automatically enabled and started after installation on Ubuntu Core. On other versions of GNU/Linux to activate daemon run as root the following command:
16
-
> WARNING! For most desktop distributions this is not needed
17
16
18
-
```console
19
-
$ snap set ubuntu-frame daemon=true && snap start --enable retroarch.daemon
17
+
> [!WARNING]
18
+
> For most desktop distributions this isn't needed
19
+
20
+
```shell
21
+
snap set ubuntu-frame daemon=true && snap start --enable retroarch.daemon
0 commit comments