summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-04-17 18:23:15 +0300
committerMika Hyttinen2024-04-17 18:23:15 +0300
commita56e20c74ebe97414247bd9f309632c5f62374e0 (patch)
tree5e64d72388178267ed7d935ace05128d79c50a44
parent2b00568bbe6f5ffd8be318bd0e0db0526f46dfdc (diff)
downloadaur-a56e20c74ebe97414247bd9f309632c5f62374e0.tar.gz
Update wiki address
-rw-r--r--cellframe-node.install72
1 files changed, 36 insertions, 36 deletions
diff --git a/cellframe-node.install b/cellframe-node.install
index aa58000ecbe3..14d5dcdf76d9 100644
--- a/cellframe-node.install
+++ b/cellframe-node.install
@@ -1,42 +1,42 @@
showmsg() {
cat << EOF
- ########################################################################
- ########################################################################
- ## ##
- ## Cellframe node ##
- ## ____________ ##
- ## ##
- ## To start Cellframe node manually: ##
- ## ##
- ## # Run from /opt/cellframe-node/bin ##
- ## ##
- ## Run automatically: ##
- ## ##
- ## # systemctl enable --now cellframe-node.service ##
- ## ##
- ## OPTIONAL (for more aggressive logrotating): ##
- ## # systemctl enable --now cellframe-node-logrotate.timer ##
- ## ##
- ## Network configuration is set to full mode by default. ##
- ## you can modify the network configuration parameters in: ##
- ## ##
- ## # /opt/cellframe-node/etc/network/*.cfg ##
- ## ##
- ## General configuration file: ##
- ## ##
- ## # /opt/cellframe-node/etc/cellframe-node.cfg ##
- ## ##
- ## Documentation: ##
- ## ##
- ## https://wiki.cellframe.net/en/home ##
- ## ##
- ## Setup a master node: ##
- ## ##
- ## https://wiki.cellframe.net/en/soft/masternode ##
- ## ##
- ########################################################################
- ########################################################################
+ ################################################################################################
+ ################################################################################################
+ ## ##
+ ## Cellframe node ##
+ ## ____________ ##
+ ## ##
+ ## To start Cellframe node manually: ##
+ ## ##
+ ## # Run from /opt/cellframe-node/bin ##
+ ## ##
+ ## Run automatically: ##
+ ## ##
+ ## # systemctl enable --now cellframe-node.service ##
+ ## ##
+ ## OPTIONAL (for more aggressive logrotating): ##
+ ## # systemctl enable --now cellframe-node-logrotate.timer ##
+ ## ##
+ ## Network configuration is set to full mode by default. ##
+ ## you can modify the network configuration parameters in: ##
+ ## ##
+ ## # /opt/cellframe-node/etc/network/*.cfg ##
+ ## ##
+ ## General configuration file: ##
+ ## ##
+ ## # /opt/cellframe-node/etc/cellframe-node.cfg ##
+ ## ##
+ ## Documentation: ##
+ ## ##
+ ## https://wiki.cellframe.net/en/home ##
+ ## ##
+ ## Setup a master node: ##
+ ## ##
+ ## https://wiki.cellframe.net/02.+Learn/Become+a+Master+Node/Master+Node+Manual+Setup ##
+ ## ##
+ ################################################################################################
+ ################################################################################################
EOF
}