Skip to content

Commit

Permalink
Fix trusty/ss patch
Browse files Browse the repository at this point in the history
This reverts a change I made in d7c4834 that
broke the patch that updates the service definition causing the build to break.
  • Loading branch information
sevein committed Apr 27, 2018
1 parent 541e4e2 commit 9c41a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Index: archivematica-storage-service/install/archivematica-storage-service.conf
env LC_ALL="en_US.UTF-8"
env LC_LANG="en_US.UTF-8"

-exec /usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/gunicorn --config /etc/archivematica/storage-service.gunicorn-config.py storage_service.wsgi:application
-exec /usr/share/python/archivematica-storage-service/bin/gunicorn --config /etc/archivematica/storage-service.gunicorn-config.py storage_service.wsgi:application
+script
+ export $(cat /etc/default/archivematica-storage-service)
+ exec /usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/gunicorn --config /etc/archivematica/storage-service.gunicorn-config.py storage_service.wsgi:application
Expand Down

0 comments on commit 9c41a8b

Please sign in to comment.