summarylogtreecommitdiffstats
path: root/nym.install
diff options
context:
space:
mode:
Diffstat (limited to 'nym.install')
-rw-r--r--nym.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/nym.install b/nym.install
new file mode 100644
index 000000000000..428d3316d066
--- /dev/null
+++ b/nym.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo '
+To initialize a mixnode run:
+
+ sudo -u nym nym-mixnode init --id <node_id> --host <host_ip>
+
+To run a mixnode:
+
+ systemctl start nym-mixnode@<node_id>
+
+To see the log:
+
+ journalctl -n 100 -fu nym-mixnode@<node_id>
+'
+}