From 711fc7a0b0d8bbcb2aa3d0237bcf670fc77f6c8e Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 15 Jun 2021 20:19:26 +0300 Subject: [PATCH] Update webrtc.md --- pages/webrtc.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/webrtc.md b/pages/webrtc.md index da557f8..044e837 100644 --- a/pages/webrtc.md +++ b/pages/webrtc.md @@ -44,8 +44,9 @@ KVMD-Janus is a wrapper around it, configuring and monitoring changes in the net However, if your Pi-KVM is not connected to the Internet and/or you want to use a custom Janus configuration, then you should use the `kvmd-janus-static` service instead. You should first change the Janus configuration yourself. You can find it in `/etc/kvmd/janus/janus.jcfg`.~~ -~~``` + +``` # systemctl disable --now kvmd-janus ... # systemctl enable --now kvmd-janus-static -```~~ +```