add gencode-remote to jibri

tested that this makes a new instance to work after the cdist procedure
jibri
pedro 1 year ago
parent 3287166e13
commit 79abc93fcf

@ -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…
Cancel
Save