mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix remove again
This commit is contained in:
parent
6b11805073
commit
4c35e73dc8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ fi
|
||||||
|
|
||||||
# Properly kill the service processes
|
# Properly kill the service processes
|
||||||
ynh_systemd_action --service_name="$app" --action="stop" --log_path=systemd
|
ynh_systemd_action --service_name="$app" --action="stop" --log_path=systemd
|
||||||
pkill -f "$app" || true
|
pkill -u "$app" || true
|
||||||
|
|
||||||
# Remove the dedicated systemd config
|
# Remove the dedicated systemd config
|
||||||
ynh_remove_systemd_config
|
ynh_remove_systemd_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue