summarylogtreecommitdiffstats
path: root/mautrix-wsproxy.install
blob: 28b7d469d0e3757edd9e8e22064db35ce968b2af (plain)
1
2
3
4
5
6
7
post_install() {
  echo
  echo "The mautrix-wsproxy-git package includes a systemd system service which is not enabled by default."
  echo "To enable and start a wsproxy instance using a configuration at /etc/mautrix-wsproxy/wsproxy.yaml, use:"
  echo "   systemctl enable --now mautrix-wsproxy.service"
  echo
}