diff --git a/check_process b/check_process index a10ac09..76e145e 100644 --- a/check_process +++ b/check_process @@ -4,7 +4,7 @@ path="/path" admin="john" is_public=1 - password="pass" + password="password" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -15,7 +15,7 @@ upgrade=1 upgrade=1 from_commit=CommitHash backup_restore=1 - multi_instance=1 + multi_instance=0 change_url=1 ;;; Options Email= diff --git a/scripts/install b/scripts/install index 617c443..13a0be7 100644 --- a/scripts/install +++ b/scripts/install @@ -157,6 +157,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="HTTP Server listening" +ynh_systemd_action --service_name=mongod --action=start --log_path=systemd #================================================= # SETUP SSOWAT