2
0
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:
耗子
2023-08-13 15:37:23 +08:00
parent 94569cca02
commit 5d1fbb2e2b
12 changed files with 1593 additions and 3 deletions

View File

@@ -380,7 +380,7 @@ EOF
systemctl daemon-reload
systemctl enable openresty.service
systemctl start openresty.service
systemctl restart openresty.service
panel writePlugin openresty ${openrestyVersion}

View File

@@ -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