1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-06-29 23:09:51 +02:00
parent e79e5fa87e
commit 18e60574f5
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
path="/path" path="/path"
admin="john" admin="john"
is_public=1 is_public=1
password="pass" password="password"
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=1 setup_sub_dir=1
@ -15,7 +15,7 @@
upgrade=1 upgrade=1
upgrade=1 from_commit=CommitHash upgrade=1 from_commit=CommitHash
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=0
change_url=1 change_url=1
;;; Options ;;; Options
Email= Email=

View file

@ -157,6 +157,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2
# Start a systemd service # 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=$app --action=start --log_path=systemd #--line_match="HTTP Server listening"
ynh_systemd_action --service_name=mongod --action=start --log_path=systemd
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT