mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-22 17:06:29 +00:00
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
systemctl stop pgcat
|
|
systemctl disable pgcat
|