Skip to content

Commit 7fdd299

Browse files
committed
JE-56155 Move start script from init to systemd for all templates
1 parent 4983d25 commit 7fdd299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/supervisor.sh

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if [[ "$1" == "--install" ]] || [[ "$1" == "--uninstall" ]]; then
6666
done
6767

6868
else
69+
. /etc/profile >/dev/null 2>&1
6970
JAVA_ORIG="$SCRIPT.orig"
7071
[ -f "$VARIABLES_CONF" ] && source $VARIABLES_CONF
7172
source $MEMORY_CONF

0 commit comments

Comments
 (0)