Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 408858f

Browse files
committed
update admin_only files
1 parent b63a8d4 commit 408858f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin_only/userdb.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ After=network.target
66
User=bco_api_user
77
Group=nginx
88
WorkingDirectory=/var/www/bcoeditor/userdb/
9-
ExecStart=/var/www/bcoeditor/userdb/env/bin/gunicorn --workers 3 --bind 127.0.0.1:8080 portalusers.wsgi:application --access-logfile -
9+
ExecStart=/var/www/bcoeditor/userdb/env/bin/gunicorn --workers 3 --bind 127.0.0.1:8080 portalusers.wsgi:application --access-logfile /var/log/gunicorn/userdb_stdout.log --log-level=debug --log-file /var/log/gunicorn/userdb_stderr.log
1010

1111
[Install]
1212
WantedBy=multi-user.target

admin_only/userdb.socket

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Unit]
1+
Unit]
22
Description=gunicorn socket
33

44
[Socket]

0 commit comments

Comments
 (0)