summaryrefslogtreecommitdiff
path: root/pcr/gophernicus/gophernicus.install
blob: ad4be4589665f3132a0b52aaac0eed81be2c2a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "==> to start the gophernicus service:"
  echo "    systemd:"
  echo "      # systemctl start xinetd.service"
  echo "    openrc:"
  echo "      # rc-service xinetd start"
  echo "==> configuration is:"
  echo "    /etc/xinetd.d/gophernicus"
  echo "==> server root is:"
  echo "    /srv/gopher"
}