|
|
|
|
|
by cheald
3114 days ago
|
|
I've been managing all my application daemons with supervisord across systems for this reason - it's agnostic as to the underlying init system, can restart crashed daemons, and provides the same kind of "service up/down" functionality as sysv or systemd. Systemd can do quite a lot, but if you have to do any kind of orchestration across nonhomogenous machines, you can't necessarily count on it being in play. |
|
I would really like to see something UI-compatible with systemd that works on non-Linux, though.