fec1277185
And upgrade to Python 3.11, and JDK to 17. Change-Id: I7c9415e6706141db6cd9cab056a439da81469def
5 lines
283 B
Bash
Executable File
5 lines
283 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# The /dev/./urandom is not a typo. https://stackoverflow.com/questions/58991966/what-java-security-egd-option-is-for
|
|
/usr/lib/jvm/java-17-openjdk-amd64/bin/java -Djava.security.egd=file:/dev/./urandom ${JAVA_OPTIONS} -jar /var/gerrit/bin/gerrit.war daemon -d /var/gerrit
|