2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +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

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