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.
|
# default log level is INFO, no easy way to reduce it.
|
||||||
#systemd.services.languagetool.serviceConfig.StandardOutput = "null";
|
#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" = {
|
services.nginx.virtualHosts."languagetool.sbruder.de" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue