mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: dae won't restart after SIGABRT: abort
This commit is contained in:
@@ -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.
|
# 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.
|
# subscription can be a url return the subscription, or a file path that contains the subscription.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user