add small explanation
This commit is contained in:
parent
29b81d49bb
commit
0e96a92167
@ -73,6 +73,7 @@ systemctl enable ceremonyclient
|
||||
service ceremonyclient start
|
||||
|
||||
# See the logs of the ceremonyclient service
|
||||
echo "CTRL + C to exit the logs."
|
||||
echo "Welcome to Quilibrium Ceremonyclient"
|
||||
echo "Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs."
|
||||
sleep 5 # Add a 5-second delay
|
||||
sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat
|
||||
@ -68,6 +68,6 @@ docker compose up -d
|
||||
|
||||
# Step 9:Logs Ceremonyclient Container
|
||||
echo "Welcome to Quilibrium Ceremonyclient"
|
||||
echo "CTRL + C to exit the logs."
|
||||
echo "Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs."
|
||||
sleep 5 # Add a 5-second delay
|
||||
docker compose logs -f -n, --tail 100
|
||||
@ -116,14 +116,15 @@ ExecStart=/root/go/bin/node ./...
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
EOF
|
||||
systemctl enable ceremonyclient
|
||||
|
||||
# Start the ceremonyclient service
|
||||
echo "Starting Ceremonyclient Service"
|
||||
sleep 1 # Add a 1-second delay
|
||||
systemctl enable ceremonyclient
|
||||
service ceremonyclient start
|
||||
|
||||
# See the logs of the ceremonyclient service
|
||||
echo "CTRL + C to exit the logs."
|
||||
echo "Welcome to Quilibrium Ceremonyclient"
|
||||
echo "Please let it flow node logs at least 5 minutes then you can press CTRL + C to exit the logs."
|
||||
sleep 5 # Add a 5-second delay
|
||||
sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat
|
||||
|
||||
Loading…
Reference in New Issue
Block a user