Versions Compared

Key

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

...

Code Block
titleExample for use of JOC Cockpit Installation Script
linenumberstrue
./js7_install_joc.sh \
    --home=/homeopt/sos-berlin.com/js7/joc \
    --data=/var/sos-berlin.com/js7/joc \
    --java-home="/opt/java/jdk-11.0.2+9" \
    --exec-stop=StopService \
    --uninstall

# stops the JOC Cockpit's systemd service
# uninstallsremoves the JOC Cockpit and's systemd service
# removes the home and data directories

...