From e4f236b5057561c1f9fbcdacb80a6ca3465f27d1 Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Tue, 4 Dec 2018 10:55:06 -0600 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb520f5..8232c73 100644 --- a/README.md +++ b/README.md @@ -50,28 +50,33 @@ cd Multi-Reflector-Installer - Logs are in /var/log/YSFReflector **YSF2DMR** + I havent been able to make a working Systemd unit file for this yet. So this app will simply have to run in screen. ```sh Screen -S ysf2dmr cd /ysf2dmr ./YSF2DMR YSF2DMR.ini ``` + To exit the screen session to leave the program running: ```sh ctrl-a, then press d ``` - +To return to the screen session: +```sh +screen -r ysf2dmr +``` ### Linking to AMBED for transcoding: Once you have AMBED installed and its up and running, simply edit the /etc/init.d file. ```sh nano or vi /etc/init.d/xlxd ``` - Edit the ARGUMENTS line + Edit the ARGUMENTS line: ```sh ARGUMENTS="XLX### " #Use 127.0.0.1 if ambed is on the same computer as XLXD EX: ARGUMENTS="XLX111 192.168.0.2 127.0.0.1" ``` - Then reload rc.d + Then update rc.d to read the updated init file: ```sh update-rc.d xlxd defaults ```