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"
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=

View file

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