add small explanation

This commit is contained in:
0xOzgur 2024-05-21 22:42:24 +03:00
parent 29b81d49bb
commit 0e96a92167
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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