From fbdb8eb90f362eb87bf29afbaae4988c5e4bf526 Mon Sep 17 00:00:00 2001 From: liberodark Date: Tue, 12 Mar 2019 23:40:07 +0100 Subject: [PATCH] Update and rename streama.service to systemd.service --- conf/{streama.service => systemd.service} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename conf/{streama.service => systemd.service} (72%) diff --git a/conf/streama.service b/conf/systemd.service similarity index 72% rename from conf/streama.service rename to conf/systemd.service index 32eb634..9982565 100644 --- a/conf/streama.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ User=admin Group=users Type=simple UMask=000 -ExecStart=/usr/bin/java -Djava.awt.headless=true -jar streama-1.6.0-FINAL.war +ExecStart=/usr/bin/java -Djava.awt.headless=true -jar streama.war RestartSec=15 Restart=always