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" }