summarylogtreecommitdiffstats
path: root/burstcoin-wallet.service
diff options
context:
space:
mode:
Diffstat (limited to 'burstcoin-wallet.service')
-rw-r--r--burstcoin-wallet.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/burstcoin-wallet.service b/burstcoin-wallet.service
index f3c914b1c867..685cccc095b9 100644
--- a/burstcoin-wallet.service
+++ b/burstcoin-wallet.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/burstcoin-wallet
-ExecStart=/opt/burstcoin-wallet/burst.sh
+ExecStart=java -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -cp /opt/burstcoin-wallet/burst.jar:conf brs.Burst
Restart=on-abort
[Install]