diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-27 18:46:18 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:51 +0100 |
commit | c03e7306ef6ac158e953b254f5ae2f63f6c2bac9 (patch) | |
tree | 4a6008608201b822a05b15e79600ff308dda0404 /Deployment.md | |
parent | 1e7935f0d3d04c8afd682dbde5d40a2a347d0ea4 (diff) | |
download | spacebeans-c03e7306ef6ac158e953b254f5ae2f63f6c2bac9.tar.gz spacebeans-c03e7306ef6ac158e953b254f5ae2f63f6c2bac9.zip |
Added a restart command
Diffstat (limited to 'Deployment.md')
-rw-r--r-- | Deployment.md | 5 |
1 files changed, 5 insertions, 0 deletions
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. |