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