Skip to content

Commit

Permalink
CDS in ICPC image needs the JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Mar 17, 2024
1 parent a0f4b8c commit 07bfc95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provision-contest/ansible/roles/cds/files/cds.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Description=CDS
User=domjudge
Restart=always
ExecStart=/home/domjudge/cds/wlp/bin/server run cds
Environment=JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
TimeoutStopSec=20s
[Install]
WantedBy=multi-user.target

0 comments on commit 07bfc95

Please sign in to comment.