Versions Compared

Key

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

...

SYSTEMCTL Service File changes for NMIS

Code Block
sudo sed -i 's/PIDFile=\/usr\/local\/nmis9\/var\/nmis_system\/nmisd.pid/PIDFile=\/var\/run\/nmis9\/nmis9d.pid/' /etc/systemd/system/nmis9d.service
sudo sed -i '/\[Service\]/a User=nmis\nGroup=nmis' /etc/systemd/system/nmis9d.service

...