From 110647316f93db3a4cc00796634d20b2e59951bf Mon Sep 17 00:00:00 2001 From: Kiran Shila Date: Wed, 11 Aug 2021 20:29:54 -0700 Subject: [PATCH] Update README.md Added the right java command line opts to the systemd example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b899f3f..9d9f8b6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ User=root Group=root Type=simple WorkingDirectory=/opt/Doplarr -ExecStart=/usr/bin/java -jar +ExecStart=/usr/bin/java -jar target/Doplarr.jar -Dconfig=config.edn TimeoutStopSec=20 KillMode=process Restart=always