From c03e7306ef6ac158e953b254f5ae2f63f6c2bac9 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 27 Feb 2021 18:46:18 +0000 Subject: Added a restart command --- Deployment.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Deployment.md') diff --git a/Deployment.md b/Deployment.md index 1fbf410..efdcac5 100644 --- a/Deployment.md +++ b/Deployment.md @@ -137,5 +137,10 @@ Change the `ExecStart` command in your service file to: ExecStart=/usr/bin/java -Dlogback.configurationFile=/opt/spacebeans/logback.xml -jar /opt/spacebeans/spacebeans-VERSION.jar -c /opt/spacebeans/spacebeans.conf ``` +Then restart the service: +``` +systemctl restart spacebeans.service +``` + This should make the logs nicer. -- cgit v1.2.3