slskd: restart even on non-failure exit
This commit is contained in:
@@ -66,8 +66,8 @@
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
# run this behind the OVPN static VPN
|
# run this behind the OVPN static VPN
|
||||||
NetworkNamespacePath = "/run/netns/ovpns";
|
NetworkNamespacePath = "/run/netns/ovpns";
|
||||||
Restart = "on-failure";
|
Restart = "always"; # exits "success" when it fails to connect to soulseek server
|
||||||
RestartSec = "30s";
|
RestartSec = "60s";
|
||||||
Group = "media";
|
Group = "media";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user