From b344e68afdd34cfa62865ea6c57d9c2c48035a39 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Thu, 21 Jul 2022 10:46:54 +0200 Subject: [PATCH] Update README.md --- ffplayout-engine/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ffplayout-engine/README.md b/ffplayout-engine/README.md index 0ab5957b..993f3619 100644 --- a/ffplayout-engine/README.md +++ b/ffplayout-engine/README.md @@ -6,6 +6,9 @@ Installation under Linux - copy the binary to `/usr/bin/` - copy **assets/ffplayout.yml** to `/etc/ffplayout` +- create folder `/var/log/ffplayout` +- create system user **ffpu** +- give ownership from `/etc/ffplayout` and `/var/log/ffplayout` to **ffpu** - copy **assets/ffplayout.service** to `/etc/systemd/system` - activate service and run it: `systemctl enable --now ffplayout`