1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

adding start verification informations

This commit is contained in:
yalh76 2019-02-02 23:12:15 +01:00
parent 9f463c29b9
commit ccb8a82230
3 changed files with 8 additions and 2 deletions

View file

@ -418,4 +418,4 @@ systemctl reload nginx
# START SERVICE
#=================================================
ynh_systemd_action --action=start --service_name=$app
ynh_systemd_action --action=start --service_name=$app --log_path=systemd --line_match="Running Pleroma.Web.Endpoint"

View file

@ -35,6 +35,12 @@ then
yunohost service remove $app
fi
#=================================================
# START SERVICE
#=================================================
ynh_systemd_action --action=stop --service_name=$app
#=================================================
# STOP AND REMOVE SERVICE
#=================================================

View file

@ -253,4 +253,4 @@ systemctl reload nginx
# START SERVICE
#=================================================
ynh_systemd_action --action=start --service_name=$app
ynh_systemd_action --action=start --service_name=$app --log_path=systemd --line_match="Running Pleroma.Web.Endpoint"