From ee268529e72de14519cb2446d6272547bdae955d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 21 Jan 2023 08:50:14 +0000 Subject: [PATCH] Set PeerTube RestartSec to 16 seconds --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 959e1a6..214cb7e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -245,6 +245,7 @@ in { }; systemd.services.docker-peertube.serviceConfig.TimeoutStopSec = lib.mkForce 4; + systemd.services.docker-peertube.serviceConfig.RestartSec = lib.mkForce 16; services.zfs = { autoScrub.enable = true;