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-testing/gophernicus/gophernicus.install | |
parent | e4e3858e06dcaf7bf037aa0840a2db43133f5c52 (diff) | |
parent | 2187e3ffefad9f0133cede7f90cdda88c955b44d (diff) | |
download | abslibre-wip-linux-libre-64.tar.gz abslibre-wip-linux-libre-64.tar.bz2 abslibre-wip-linux-libre-64.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-testing/gophernicus/gophernicus.install')
-rw-r--r-- | pcr-testing/gophernicus/gophernicus.install | 11 |
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" -} |