Skip to content

Commit

Permalink
systemd-service: update to Java 21 (#2921)
Browse files Browse the repository at this point in the history
* Update to Java 21
  • Loading branch information
Sn0w3y authored Dec 12, 2024
1 parent b3471eb commit 4b768ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/debian/etc/systemd/system/openems.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ User=root
Group=root
Type=notify
WorkingDirectory=/usr/lib/openems
ExecStart=/usr/lib/jvm/temurin-17-jre-armhf/bin/java \
ExecStart=/usr/lib/jvm/temurin-21-jre-armhf/bin/java \
-Dorg.osgi.framework.storage=/tmp/org.osgi.framework.storage \
-Dosgi.clean=true \
-Dfelix.cm.dir=/etc/openems.d/ \
Expand Down

0 comments on commit 4b768ae

Please sign in to comment.