Versions Compared

Key

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

...

Info

Iguana Admin using Linux (CentOS, RedHat) want to use the linux system manager (systemd) to start/stop/reset their Iguana instances. To take advantage of ‘systemd’, the use of ‘systemctl’ to interact and configure ‘systemd’ is necessary. To use ‘systemctl' to configure 'systemd’, the use of the following script (Code Demo) is needed to start/stop/reset Iguana with descriptions of each command used (Design).

Design

In the design, the use of a .service file is needed to allow ‘systemctl’ to configure ‘systemd’. The options specific to the [Service] section that are used are the following:

...