This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

systemd unit file for Validator

We use this small unit file to control validator in a systemd Linux:

[Unit] Description=NetIQ Validator After=network.target [Service] User=validator ExecStart=/opt/validator/runValidator.sh [Install] WantedBy=multi-user.target graphical.target

 Prerequisites:

  • create a validator user
  • unzip IDM-Validator-Linux-withJRE.tar.gz into /opt
  • change owner to validator: chown -R validator:users /opt/validator