|
|
@ -8,7 +8,8 @@ Description=pgadmin service |
|
|
|
After=network.target |
|
|
|
After=network.target |
|
|
|
|
|
|
|
|
|
|
|
[Service] |
|
|
|
[Service] |
|
|
|
ExecStart=gunicorn --bind unix:/tmp/pgadmin4.sock --workers=1 --threads=25 --chdir {$SERVER_PATH}/pgadmin/run/lib/{$PY_VER}/site-packages/pgadmin4 pgAdmin4:app |
|
|
|
|
|
|
|
|
|
|
|
ExecStart=/www/server/pgadmin/run/bin/gunicorn --bind unix:/tmp/pgadmin4.sock --workers=1 --threads=25 --chdir {$SERVER_PATH}/pgadmin/run/lib/{$PY_VER}/site-packages/pgadmin4 pgAdmin4:app |
|
|
|
ExecReload=/bin/kill -USR2 $MAINPID |
|
|
|
ExecReload=/bin/kill -USR2 $MAINPID |
|
|
|
PrivateTmp=false |
|
|
|
PrivateTmp=false |
|
|
|
|
|
|
|
|
|
|
|