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:
parent
5f28a24f77
commit
9bc8def2dc
1 changed files with 12 additions and 12 deletions
|
@ -76,18 +76,18 @@ fi
|
|||
# STOP AND REMOVE SERVICE
|
||||
#=================================================
|
||||
# Remove the dedicated systemd config
|
||||
ynh_config_remove_systemd"$app-chat"
|
||||
ynh_config_remove_systemd"$app-clsi"
|
||||
ynh_config_remove_systemd"$app-contacts"
|
||||
ynh_config_remove_systemd"$app-docstore"
|
||||
ynh_config_remove_systemd"$app-document-updater"
|
||||
ynh_config_remove_systemd"$app-filestore"
|
||||
ynh_config_remove_systemd"$app-history-v1"
|
||||
ynh_config_remove_systemd"$app-notifications"
|
||||
ynh_config_remove_systemd"$app-project-history"
|
||||
ynh_config_remove_systemd"$app-real-time"
|
||||
ynh_config_remove_systemd"$app-spelling"
|
||||
ynh_config_remove_systemd"$app-web"
|
||||
ynh_config_remove_systemd "$app-chat"
|
||||
ynh_config_remove_systemd "$app-clsi"
|
||||
ynh_config_remove_systemd "$app-contacts"
|
||||
ynh_config_remove_systemd "$app-docstore"
|
||||
ynh_config_remove_systemd "$app-document-updater"
|
||||
ynh_config_remove_systemd "$app-filestore"
|
||||
ynh_config_remove_systemd "$app-history-v1"
|
||||
ynh_config_remove_systemd "$app-notifications"
|
||||
ynh_config_remove_systemd "$app-project-history"
|
||||
ynh_config_remove_systemd "$app-real-time"
|
||||
ynh_config_remove_systemd "$app-spelling"
|
||||
ynh_config_remove_systemd "$app-web"
|
||||
|
||||
#=================================================
|
||||
# REMOVE LOGROTATE CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue