mirror of
https://github.com/postgresml/pgcat.git
synced 2026-06-01 15:29:06 +00:00
4f0f45b576
* Add pgcat user * warn * dev
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
systemctl stop pgcat
|
|
systemctl disable pgcat
|