add gencode-remote to jibri
tested that this makes a new instance to work after the cdist procedure
This commit is contained in:
parent
3287166e13
commit
79abc93fcf
1 changed files with 10 additions and 0 deletions
10
type/__jitsi_jibri/gencode-remote
Executable file
10
type/__jitsi_jibri/gencode-remote
Executable 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
|
Loading…
Reference in a new issue