Re: "It solves a problem that people have."
auto-restart services... (*sigh*)
a) run a simple shell script that does "service blahblah stop" sleep 1 "service blahblah start" whenever 'ps ax | grep blahblah' doesnt return anything back. have it loop every 5 seconds or something.
b) don't use applications that crash
c) log in with ssh periodically and do a 'ps ax' to see what's running
d) if it's mission critical, it should restart ITSELF [and NOT need a 'systemd']
by "solving" that one problem, and introducing BOATLOADS of "feature creep", systemd basically did it WRONG but the "developers" *FELT* [not thinking, FEELING, with emotions, which make CRAP decisions] it would be "BETTER" and they were *FREAKING WRONG*!!!