diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-07-28 00:38:51 -0500 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-07-28 00:38:51 -0500 |
commit | 3c5694e2fc30a846f438b05579ba827725e04c11 (patch) | |
tree | 30f5e5c14fee09d77dc2c54e1c87bcbe40002232 /pcr/gophernicus/gophernicus.install | |
parent | e4e3858e06dcaf7bf037aa0840a2db43133f5c52 (diff) | |
parent | 2187e3ffefad9f0133cede7f90cdda88c955b44d (diff) | |
download | abslibre-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.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" +} |