mirror of
https://github.com/postgresml/pgcat.git
synced 2026-06-01 15:29:06 +00:00
5 lines
58 B
Bash
5 lines
58 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
systemctl stop pgcat
|
||
|
|
systemctl disable pgcat
|