From c2c8603440b7554e3e8bc13fcd87e271b14d7db7 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 27 Apr 2021 17:35:49 -0400 Subject: [gophernicus]: add .install file --- pcr-testing/gophernicus/gophernicus.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pcr-testing/gophernicus/gophernicus.install (limited to 'pcr-testing/gophernicus/gophernicus.install') diff --git a/pcr-testing/gophernicus/gophernicus.install b/pcr-testing/gophernicus/gophernicus.install new file mode 100644 index 000000000..ad4be4589 --- /dev/null +++ b/pcr-testing/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" +} -- cgit v1.2.3