1
0
Fork 0

Add restart statements to avoid debugging

This commit is contained in:
Malte 2022-10-14 11:04:50 +02:00
parent f809e24d82
commit f2f879bc9d
2 changed files with 2 additions and 0 deletions

View file

@ -53,4 +53,5 @@ in {
// pkgs.privateValue {} "extra-sites";
};
};
systemd.services.nginx.serviceConfig.Restart = "always";
}

View file

@ -71,6 +71,7 @@ in {
ExecStart = "${pkgs.laminar}/bin/laminard";
User = "laminar";
StateDirectory = "laminar";
Restart = "always";
LimitNOFILE = "1024000";
};
after = ["network.target"];