Update pgadmin.service.tpl
This commit is contained in:
parent
21c30c6e99
commit
7009dfc3c4
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue