mirror of
https://github.com/postgresml/pgcat.git
synced 2026-05-31 23:19:05 +00:00
5 lines
58 B
Bash
5 lines
58 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
systemctl stop pgcat
|
||
|
|
systemctl disable pgcat
|