mirror of
https://github.com/pinry/pinry.git
synced 2025-11-12 16:15:43 +01:00
3 lines
121 B
Bash
Executable File
3 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
gunicorn pinry.wsgi -b 0.0.0.0:8000 -w 4 \
|
|
--capture-output --timeout 30 --user www-data --group www-data |