From 486df36fdaaee1a1b1ce35074d1c98d040cc3ca4 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Fri, 24 Apr 2020 14:59:00 +0200 Subject: [PATCH] rename service file --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 72100437..b692ee84 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -19,7 +19,7 @@ Installation - create playlists folder, in that format: **/playlists/year/month** - set variables in config file to your needs - use `docs/gen_playlist_from_subfolders.sh /path/to/mp4s/` as a starting point for your playlists (path in script needs to change) -- activate service and start it: `sudo systemctl enable ffplayout && sudo systemctl start ffplayout` +- activate service and start it: `sudo systemctl enable ffplayout-engine && sudo systemctl start ffplayout-engine` Cleanup ----- @@ -35,7 +35,7 @@ The routine with `make` build a virtual environment with all dependencies, and i Just copy the project where you want to have it, run inside `pip3 install -r requirements.txt`. For logging you have to create the folder **ffplayout** under **/var/log/**, or adjust the settings in config. **ffplayout.yml** have to go to **/etc/ffplayout/**, or should stay in same folder. -If you want to use the systemd service, edit the service file in **docs/ffplayout.service**, copy it to **/etc/systemd/system/** and activate it with: `sudo systemctl enable ffplayout`. +If you want to use the systemd service, edit the service file in **docs/ffplayout-engine.service**, copy it to **/etc/systemd/system/** and activate it with: `sudo systemctl enable ffplayout`. Using it Without Installation -----