From c3cf8b7957a39eb4cd7e4a4d004f603ed99f2c9f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 15 Mar 2019 19:27:33 +0100 Subject: [PATCH] Remove already started mongodb --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index 4ab5fe7..001e544 100755 --- a/scripts/install +++ b/scripts/install @@ -164,13 +164,6 @@ ynh_system_user_create $app "$final_path" #================================================= # SPECIFIC SETUP -#================================================= - -# Start mogodb -ynh_print_info "Starting mongodb ..." -systemctl enable mongodb -systemctl restart mongodb - #================================================= # SETUP SYSTEMD #=================================================