stream: add service Restart to peerflix

This commit is contained in:
Astro 2022-01-30 03:50:43 +01:00
parent ad1bd85666
commit 6f03450449
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ in
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.peerflix.enable = true;
systemd.services.peerflix.serviceConfig = {
Restart = "always";
RestartSec = 60;
};
services.jackett.enable = true;
services.nginx = {