Deprecate scuttlebot

It uses too much cpu
This commit is contained in:
Bob Mottram 2017-06-07 17:03:23 +01:00
parent 59616e4dbc
commit e7e2f71c75
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 <http://www.gnu.org/licenses/>.
VARIANTS='full full-vim chat'
VARIANTS=''
IN_DEFAULT_INSTALL=0
SHOW_ON_ABOUT=0