forked from ungleich-public/cdist-contrib
add gencode-remote to jibri
tested that this makes a new instance to work after the cdist procedurejibri
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…
Reference in New Issue