diff --git a/scripts/install b/scripts/install index 8a3d1b3..1764eb3 100644 --- a/scripts/install +++ b/scripts/install @@ -169,12 +169,6 @@ ynh_add_uwsgi_service 'domain secret db_user db_pwd db_name' #================================================= # GENERIC FINALIZATION -#================================================= -# SETUP LOGROTATE -#================================================= - -ynh_use_logrotate /var/log/uwsgi/$app - #================================================= # SETUP SSOWAT #================================================= diff --git a/scripts/remove b/scripts/remove index 4582699..7624079 100644 --- a/scripts/remove +++ b/scripts/remove @@ -53,12 +53,6 @@ ynh_secure_remove "$final_path" ynh_remove_nginx_config -#================================================= -# REMOVE LOGROTATE CONFIGURATION -#================================================= - -ynh_remove_logrotate - #================================================= # GENERIC FINALIZATION #================================================= diff --git a/scripts/restore b/scripts/restore index 7aa94bf..952ec19 100644 --- a/scripts/restore +++ b/scripts/restore @@ -95,12 +95,6 @@ systemctl enable "uwsgi-app@$app.service" yunohost service add "uwsgi-app@$app.service" --log "/var/log/uwsgi/app/$app" -#================================================= -# RESTORE THE LOGROTATE CONFIGURATION -#================================================= - -ynh_use_logrotate /var/log/uwsgi/$app --non-append - #================================================= # GENERIC FINALIZATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 7f0cea9..84eb1d6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -175,12 +175,6 @@ ynh_add_uwsgi_service 'domain secret db_user db_pwd db_name' #================================================= # GENERIC FINALIZATION -#================================================= -# SETUP LOGROTATE -#================================================= - -ynh_use_logrotate /var/log/uwsgi/$app --non-append - #================================================= # SETUP SSOWAT #=================================================