This is a simple tool that can help you view and mind-map the dependency tree of systemd services.
The script generates a static HTML web page based upon the svg output of systemd-analyze plot
command.
dot to svg conversion is done statically using a javascript application viz.js (a JS compiled graphviz(C), using emscripten).