Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sudo echo "127.0.0.1    dualshield.fqdn.com" >> /etc/hosts
sudo echo "127.0.0.1    $(hostname)" >> /etc/hosts
  • Register services
Code Block
sudo systemctl enable dualshield.service

...


sudo systemctl enable dualsql.service
  • Start services
Code Block
sudo systemctl start duqlsql

...


sudo systemctl start dualshield