mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 19:37:18 +08:00
feat: postgresql plugin
This commit is contained in:
@@ -380,7 +380,7 @@ EOF
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable openresty.service
|
||||
systemctl start openresty.service
|
||||
systemctl restart openresty.service
|
||||
|
||||
panel writePlugin openresty ${openrestyVersion}
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ Wants=network-online.target
|
||||
Type=notify
|
||||
User=postgres
|
||||
ExecStart=${postgresqlPath}/bin/postgres -D ${postgresqlPath}/data
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecReload=/bin/kill -HUP \$MAINPID
|
||||
KillMode=mixed
|
||||
KillSignal=SIGINT
|
||||
TimeoutSec=infinity
|
||||
|
||||
Reference in New Issue
Block a user