Enable & Start/Restart Services
Getting everything up, running, and starting on its own
sudo systemctl daemon-reloadsudo systemctl enable prometheus grafana-server node_exporter json_exporter eth-metrics
systemctl enable command
systemctl restart commandLast updated