From 237c493252c758a2aee1f4bf51f3036e46c55885 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 23 Dec 2023 10:23:17 +0000 Subject: [PATCH] slskd: fix Restart option --- hosts/by-name/servo/services/slskd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/servo/services/slskd.nix b/hosts/by-name/servo/services/slskd.nix index d40e96fe9..b2fcab604 100644 --- a/hosts/by-name/servo/services/slskd.nix +++ b/hosts/by-name/servo/services/slskd.nix @@ -66,7 +66,7 @@ serviceConfig = { # run this behind the OVPN static VPN NetworkNamespacePath = "/run/netns/ovpns"; - Restart = "always"; # exits "success" when it fails to connect to soulseek server + Restart = lib.mkForce "always"; # exits "success" when it fails to connect to soulseek server RestartSec = "60s"; Group = "media"; };