summaryrefslogtreecommitdiff
path: root/pcr/gophernicus/gophernicus.install
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-07-28 00:38:51 -0500
committerIván Ávalos <avalos@disroot.org>2022-07-28 00:38:51 -0500
commit3c5694e2fc30a846f438b05579ba827725e04c11 (patch)
tree30f5e5c14fee09d77dc2c54e1c87bcbe40002232 /pcr/gophernicus/gophernicus.install
parente4e3858e06dcaf7bf037aa0840a2db43133f5c52 (diff)
parent2187e3ffefad9f0133cede7f90cdda88c955b44d (diff)
downloadabslibre-3c5694e2fc30a846f438b05579ba827725e04c11.tar.gz
abslibre-3c5694e2fc30a846f438b05579ba827725e04c11.tar.bz2
abslibre-3c5694e2fc30a846f438b05579ba827725e04c11.zip
Merge branch 'wip-linux-libre-64' of git://git.parabola.nu/abslibre/abslibre into wip-linux-libre-64wip-linux-libre-64
Diffstat (limited to 'pcr/gophernicus/gophernicus.install')
-rw-r--r--pcr/gophernicus/gophernicus.install11
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"
+}