parent
59616e4dbc
commit
e7e2f71c75
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue