mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Set start
This commit is contained in:
parent
1295dd137b
commit
8459413ee0
4 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@ ynh_systemd_action --service_name=nginx --action=reload
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=6
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --action=restart --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
ynh_systemd_action --action=start --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
|
|
|
@ -180,7 +180,7 @@ yunohost service add $app --description="Collaborative editor." --log="/var/log/
|
|||
ynh_script_progression --message="Starting a systemd service..." --weight=6
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
|
|
|
@ -114,7 +114,7 @@ systemctl enable $app.service --quiet
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=8
|
||||
|
||||
ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
|
@ -169,7 +169,7 @@ yunohost service add $app --description="Collaborative editor." --log="/var/log/
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=6
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
ynh_systemd_action --service_name=$app --action=start --log_path="systemd" --line_match="Your Etherpad version is"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue