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

Commit 1e650d5

Browse files
committed
Run fingerweb as finger user
1 parent c926e0a commit 1e650d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd /app
66
./manage.py stackenadmin
77

88
(
9-
while gunicorn fingerweb.wsgi:application --bind 0.0.0.0:8000 --workers 3 --access-logfile - --error-logfile - --capture-output; do
9+
while su finger -c "gunicorn fingerweb.wsgi:application --bind 0.0.0.0:8000 --workers 3 --access-logfile - --error-logfile - --capture-output"; do
1010
sleep 10
1111
done
1212
) &

0 commit comments

Comments
 (0)