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