This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Description
Some systems has noexec flag for /tmp folder. In this case one-context can't execute user script while booting. Look error log bellow
Possible solution is give to users ability set TMP_BASE variable and use it instead of hadrcode like sthi TMP_DIR=$(mktemp -d "/tmp/one-context.XXXXXX")
TMP_BASE=$(TMP_BASE:-/tmp}
TMP_DIR=$(mktemp -d "$TMP_BASE/one-context.XXXXXX")
journalctl -u one-context | grep start-script
start-script output: /etc/one-context.d/net-97-start-script: line 21: /tmp/one-context.yKZcbb/one-start-script: Permission denied