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

Commit 1429f58

Browse files
authored
Update userdb.service
fix WorkingDirectory
1 parent a42d687 commit 1429f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_only/userdb.service

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

1111
[Install]

0 commit comments

Comments
 (0)