|
|
|
|
|
by WesolyKubeczek
837 days ago
|
|
Also, do you happen to know how, say, macOS manages service dependencies with launchd and makes sure everything is running? It doesn’t. It explicitly says in the scarce documentation that it doesn’t care, and that interdependent services should use IPC and in general figure it out between themselves. launchd only launches the processes as soon as it can, and restarts them based on a boolean flag if they die. That’s all. systemd at least gives you something to base your expectations on. |
|