Skip to content

Commit

Permalink
Fix installation instructions (#308)
Browse files Browse the repository at this point in the history
Fixed error in Gunicorn service file contents in the installation
instructions.
  • Loading branch information
mcantelon authored Apr 12, 2024
1 parent e8b1814 commit 55de22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ After=network.target
User=archivematica
Group=archivematica
WorkingDirectory=/usr/share/archivematica/AIPscan
ExecStart=/usr/share/archivematica/virtualenvs/AIPscan/bin/gunicorn --workers 3 --bind localhost:4573 "AIPscan:create_app()"
ExecStart=/usr/share/archivematica/virtualenvs/AIPscan/bin/gunicorn --workers 3 --bind unix:aipscan.sock "AIPscan:create_app()"
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s TERM $MAINPID
PrivateTmp=true
Expand Down

0 comments on commit 55de22e

Please sign in to comment.