gophernicus.install 322 B

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