From 1d4a6edb62d8604001600ad01c872fcfc9891780 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 1 Dec 2024 11:24:54 -0500 Subject: [PATCH] Services: fix Duplicacy Web service definition --- modules/services/duplicacy-web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/duplicacy-web.nix b/modules/services/duplicacy-web.nix index 7eecb7c..1458eaa 100644 --- a/modules/services/duplicacy-web.nix +++ b/modules/services/duplicacy-web.nix @@ -40,7 +40,7 @@ in Type = "simple"; ExecStart = ''${duplicacy-web}/duplicacy-web''; Restart = "on-failure"; - RestartSrc = 10; + RestartSec = 10; KillMode = "process"; }; environment = {