mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Update install
This commit is contained in:
parent
11bd7e98d7
commit
4fd9a73481
1 changed files with 6 additions and 6 deletions
|
@ -145,12 +145,12 @@ popd
|
|||
|
||||
service redis-server start
|
||||
|
||||
#=================================================
|
||||
# INTEGRATE SERVICE IN YUNOHOST
|
||||
#=================================================
|
||||
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
# #=================================================
|
||||
# # INTEGRATE SERVICE IN YUNOHOST
|
||||
# #=================================================
|
||||
# ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
|
||||
|
||||
yunohost service add $app --description "A short description of the app" --log "/var/log/$app/$app.log"
|
||||
# yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
@ -158,7 +158,7 @@ yunohost service add $app --description "A short description of the app" --log "
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=2
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match"waiting"
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="waiting"
|
||||
|
||||
#=================================================
|
||||
# Set Public or private
|
||||
|
|
Loading…
Add table
Reference in a new issue