Update pgadmin.service.tpl

This commit is contained in:
Mr Chen 2024-10-15 14:55:19 +08:00
parent 21c30c6e99
commit 7009dfc3c4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ After=network.target
[Service]
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
ExecStart={$SERVER_PATH}/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
PrivateTmp=false