Skip to content

Remove the touch-reload line

Mathieu Bridon requested to merge uwsgi into master

This does not actually work.

The file is a symlink to a configuration file, which gets handled differently by dpkg.

As a result the mtime does not change when upgrading the package, and so uwsgi does not reload the app.

Since it doesn't work, and since we already restart uwsgi in ansiblecube anyway, let's remove this.

Merge request reports