1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

fix remove services

This commit is contained in:
Thomas 2024-06-30 08:11:20 +02:00 committed by GitHub
parent 5f28a24f77
commit 9bc8def2dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,18 +76,18 @@ fi
# STOP AND REMOVE SERVICE # STOP AND REMOVE SERVICE
#================================================= #=================================================
# Remove the dedicated systemd config # Remove the dedicated systemd config
ynh_config_remove_systemd"$app-chat" ynh_config_remove_systemd "$app-chat"
ynh_config_remove_systemd"$app-clsi" ynh_config_remove_systemd "$app-clsi"
ynh_config_remove_systemd"$app-contacts" ynh_config_remove_systemd "$app-contacts"
ynh_config_remove_systemd"$app-docstore" ynh_config_remove_systemd "$app-docstore"
ynh_config_remove_systemd"$app-document-updater" ynh_config_remove_systemd "$app-document-updater"
ynh_config_remove_systemd"$app-filestore" ynh_config_remove_systemd "$app-filestore"
ynh_config_remove_systemd"$app-history-v1" ynh_config_remove_systemd "$app-history-v1"
ynh_config_remove_systemd"$app-notifications" ynh_config_remove_systemd "$app-notifications"
ynh_config_remove_systemd"$app-project-history" ynh_config_remove_systemd "$app-project-history"
ynh_config_remove_systemd"$app-real-time" ynh_config_remove_systemd "$app-real-time"
ynh_config_remove_systemd"$app-spelling" ynh_config_remove_systemd "$app-spelling"
ynh_config_remove_systemd"$app-web" ynh_config_remove_systemd "$app-web"
#================================================= #=================================================
# REMOVE LOGROTATE CONFIGURATION # REMOVE LOGROTATE CONFIGURATION