add gencode-remote to jibri

tested that this makes a new instance to work after the cdist procedure
This commit is contained in:
pedro 2022-06-08 17:06:17 +02:00
parent 3287166e13
commit 79abc93fcf
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh -e
if grep -qE "__file" "${__messages_in}"; then
RESTART_SERVICES="YES"
fi
if [ -n "${RESTART_SERVICES}" ]; then
echo "systemctl restart jibri"
echo "systemctl restart jibri-xorg"
fi