slskd: fix Restart option

This commit is contained in:
2023-12-23 10:23:17 +00:00
parent 18e7acd9e7
commit 237c493252

View File

@@ -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";
};