Versions Compared

Key

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

...

NOTE: It is important to understand that the 'omkd' daemon, which is required for rendering the GUI via Apache also requires the /tmp directory to be mounted as executable or the daemon will crash after start. You can. , however, redefine the /tmp directory for omkd by adding the following lines into the 'omkd' startup script.  For older systems running the 'init' process, this file will be located in '/etc/init.d/omkd'. for newer systems based on 'systemd', the file will be located in '/etc/systemd/system/omkd.service'.  Almost all modern systems will be running 'systemd'.

Code Block
title/etc/init.d/omkd
TMPDIR="/newtmp"
export TMPDIR

...