diff options
Diffstat (limited to 'pcr/gophernicus/gophernicus.install')
-rw-r--r-- | pcr/gophernicus/gophernicus.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/gophernicus/gophernicus.install b/pcr/gophernicus/gophernicus.install new file mode 100644 index 000000000..ad4be4589 --- /dev/null +++ b/pcr/gophernicus/gophernicus.install @@ -0,0 +1,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" +} |