fix: dae won't restart after SIGABRT: abort

This commit is contained in:
Ryan Yin
2024-03-27 21:59:38 +08:00
parent 35c6e1cd5d
commit 565f5c260a

View File

@@ -28,6 +28,11 @@ in {
};
};
systemd.services.dae.serviceConfig = {
Restart = "on-failure";
RestartSec = 10;
};
# dae supports two types of subscriptions: base64 encoded proxies, and sip008.
# subscription can be a url return the subscription, or a file path that contains the subscription.
#