mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Update remove
This commit is contained in:
parent
d89bcefb27
commit
24d6d01a45
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ ynh_script_progression --message="Stopping and removing the systemd service..."
|
|||
|
||||
systemctl stop ${app}.target
|
||||
systemctl disable ${app}.target --quiet
|
||||
ynh_remove_systemd_config --service="$app_web"
|
||||
ynh_remove_systemd_config --service="$app_sidekiq"
|
||||
ynh_remove_systemd_config --service="${app}_web"
|
||||
ynh_remove_systemd_config --service="${app}_sidekiq"
|
||||
ynh_secure_remove --file="/etc/tmpfiles.d/${app}.conf"
|
||||
ynh_secure_remove --file="/etc/systemd/system/${app}.target"
|
||||
ynh_secure_remove --file="/run/${app}"
|
||||
|
|
Loading…
Reference in a new issue