From e7e2f71c75a04ae9cd95576cecc886253087fbb7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Jun 2017 17:03:23 +0100 Subject: [PATCH] Deprecate scuttlebot It uses too much cpu --- src/freedombone-app-movim | 1 + src/freedombone-app-scuttlebot | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/freedombone-app-movim b/src/freedombone-app-movim index a6b4afe8..b29550b0 100755 --- a/src/freedombone-app-movim +++ b/src/freedombone-app-movim @@ -549,6 +549,7 @@ function install_movim { set_completion_param "movim domain" "$MOVIM_DOMAIN_NAME" + systemctl restart mariadb systemctl start movim systemctl restart php7.0-fpm systemctl restart nginx diff --git a/src/freedombone-app-scuttlebot b/src/freedombone-app-scuttlebot index d30ab3b7..a1f2e997 100755 --- a/src/freedombone-app-scuttlebot +++ b/src/freedombone-app-scuttlebot @@ -10,6 +10,7 @@ # # scuttlebot pub application # https://scuttlebot.io +# Problem: on occasion uses 100% of the CPU, severely impacting other services # # License # ======= @@ -29,7 +30,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -VARIANTS='full full-vim chat' +VARIANTS='' IN_DEFAULT_INSTALL=0 SHOW_ON_ABOUT=0