Skip to content

Uninstall

Mikhail Grigorev edited this page Feb 11, 2024 · 1 revision

Uninstall

  • Stop systemd service
systemctl stop pgscv
systemctl disable pgscv
  • Remove systemd unit file
rm -f /etc/systemd/system/pgscv.service
systemctl daemon-reload
  • Remove config file and binary
rm -f /etc/default/pgscv
rm -f /etc/pgscv.yaml
rm -f /usr/sbin/pgscv