motorcortex.conf
motorcortex.conf file description
less than a minute
/etc/motorcortex/config/
└── motorcortex.conf
motorcortex.conf
is a startup file that is loaded by the start service (e.g. when you run sudo motorcortex start
), that determines which executable needs to be run and what command-line parameters should be passed to this executable.
Below is an example of the contents of motorcortex.conf
.
EXECUTABLE_PATH="/usr/local/bin/" # path of the executable
EXECUTABLE=my_motorcortex_app # executable name
OPTIONS="-c /etc/motorcortex/config/config.json" # command line options