1
0
Fork 0
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:
yalh76 2022-06-07 23:23:44 +02:00
parent d89bcefb27
commit 24d6d01a45

View file

@ -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}"