mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Adding spacing
This commit is contained in:
parent
7b59f5cd95
commit
a8a0486801
4 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,7 @@ cache=$(ynh_app_setting_get --app=$app --key=cache)
|
|||
ynh_print_info --message="Stopping a systemd service..."
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
|
||||
|
||||
pkill -u $app
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -75,6 +75,7 @@ fi
|
|||
ynh_print_info --message="Stopping a systemd service..."
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
|
||||
|
||||
pkill -u $app
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -43,6 +43,7 @@ fi
|
|||
ynh_print_info --message="Stopping all pleroma services..."
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
|
||||
|
||||
pkill -u $app
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -127,6 +127,7 @@ ynh_abort_if_errors
|
|||
ynh_print_info --message="Stopping a systemd service..."
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="stop" --log_path=systemd --line_match="Stopped $app"
|
||||
|
||||
pkill -u $app
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue