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

Commit a42d687

Browse files
authored
Update userdb.service
updated system paths
1 parent 9fa9130 commit a42d687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin_only/userdb.service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ After=network.target
55
[Service]
66
User=bco_api_user
77
Group=nginx
8-
WorkingDirectory=/home/bco_api_user/userdb/
9-
ExecStart=/home/bco_api_user/userdb/env/bin/gunicorn --workers 3 --bind 127.0.0.1:8080 portalusers.wsgi:application --access-logfile -
8+
WorkingDirectory=/var/www/bcoeditor/userdb/userdb/
9+
ExecStart=/var/www/bcoeditor/userdb/env/bin/gunicorn --workers 3 --bind 127.0.0.1:8080 portalusers.wsgi:application --access-logfile -
1010

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

0 commit comments

Comments
 (0)