From c0a8dd481a19333790dd58b0ddac110b3cbe3ef0 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 20 May 2020 13:48:54 -0500 Subject: [PATCH] Enable jibri services --- add-jibri-node.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/add-jibri-node.sh b/add-jibri-node.sh index 18388b5..22ad407 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -262,8 +262,10 @@ sed -i "$(var_dlim 0_VAR),$(var_dlim 1_VAR){s|LAST=.*|LAST=$ADDUP|}" add-jibri-n sed -i "$(var_dlim 0_LAST),$(var_dlim 1_LAST){s|LETS: .*|LETS: $(date -R)|}" add-jibri-node.sh echo "Last file edition at: $(grep "LETS:" add-jibri-node.sh|head -n1|awk -F'LETS:' '{print$2}')" -echo "Start Jibri at system boot" +#Enable jibri services systemctl enable jibri +systemctl enable jibri-xorg +systemctl enable jibri-icewm echo " ########################################################################