hiroshi/languagetool: Restart automatically
This commit is contained in:
parent
5304fc78bc
commit
cab22edf1c
|
@ -23,6 +23,9 @@ in
|
|||
# default log level is INFO, no easy way to reduce it.
|
||||
#systemd.services.languagetool.serviceConfig.StandardOutput = "null";
|
||||
|
||||
# It often runs out of java heap memory, no matter what settinsg are used.
|
||||
systemd.services.languagetool.serviceConfig.Restart = "always";
|
||||
|
||||
services.nginx.virtualHosts."languagetool.sbruder.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in a new issue