summaryrefslogtreecommitdiff
path: root/pcr-testing/gophernicus/gophernicus.install
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-07-22 22:28:59 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-07-22 22:28:59 -0400
commite1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf (patch)
treeb858b9783fe0a4ae01ab2502821307b6da132ff7 /pcr-testing/gophernicus/gophernicus.install
parent3e55a3c261b74f956329dec4834eae2a98b3c005 (diff)
downloadabslibre-e1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf.tar.gz
abslibre-e1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf.tar.bz2
abslibre-e1f1521e6272a22f2c094e4ddbfc218a9ca3bdcf.zip
[gophernicus]: move to [pcr]
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"
-}