From 7b7201921190e474f95e1e72206886710a9f5390 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Sat, 17 Jan 2026 15:59:24 +0100 Subject: [PATCH] update hytale service Signed-off-by: Peter Siegmund --- hytale.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hytale.service b/hytale.service index 2b3cf08..c73d805 100644 --- a/hytale.service +++ b/hytale.service @@ -12,7 +12,7 @@ WorkingDirectory=/opt/hytale/Server Environment="JAVA_HOME=/home/mars3142/.sdkman/candidates/java/current" Environment="PATH=/home/mars3142/.sdkman/candidates/java/current/bin:/usr/local/bin:/usr/bin:/bin" -ExecStart=/home/mars3142/.sdkman/candidates/java/current/bin/java -jar HytaleServer.jar --assets ../Assets.zip +ExecStart=/home/mars3142/.sdkman/candidates/java/current/bin/java --enable-native-access=ALL-UNNAMED -jar HytaleServer.jar --assets ../File.zip Restart=on-failure RestartSec=10 @@ -22,6 +22,7 @@ NoNewPrivileges=true ProtectSystem=strict ReadWritePaths=/opt/hytale ProtectHome=read-only +PrivateTmp=true [Install] WantedBy=multi-user.target