Skip to content

Instantly share code, notes, and snippets.

@asverty
Last active October 8, 2022 12:16
Show Gist options
  • Save asverty/7919da837173072fbc611c1a22d82dac to your computer and use it in GitHub Desktop.
Save asverty/7919da837173072fbc611c1a22d82dac to your computer and use it in GitHub Desktop.
#reload daemon, enable service, restrat service in one cmd
sudo systemctl daemon-reload && sudo systemctl enable iond && sudo systemctl restart iond
#check logs
journalctl -u iond -f
#check status in my case 26652 instead 26657
curl -s localhost:26652/status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment