slskd: restart even on non-failure exit

This commit is contained in:
Colin 2023-12-23 05:39:22 +00:00
parent 906026e333
commit 18e7acd9e7

View File

@ -66,8 +66,8 @@
serviceConfig = {
# run this behind the OVPN static VPN
NetworkNamespacePath = "/run/netns/ovpns";
Restart = "on-failure";
RestartSec = "30s";
Restart = "always"; # exits "success" when it fails to connect to soulseek server
RestartSec = "60s";
Group = "media";
};
};