upstart: backport initctl2dot for visualizing init depgraphs |
||||
Issue descriptionWrite a script that when pointed to /etc/init/ folder in a rootfs takes lines like: "stop on starting pre-shutdown" "start on started boot-services" and generates a directed acyclic graph (by using graphviz/dot?) of the init dependencies, let you see what runs in parallel etc.
,
Jan 24 2018
newer versions of upstart already support this: search for "initctl2dot". i'm not sure how easy it is to backport though.
,
Jan 26 2018
,
Jan 26 2018
It's just a python script, so hopefully trivial? Except...it's python3. We don't support that language :)
,
Jan 26 2018
i think the sticking point is that it's built on the output of `initctl show-config -e` which our upstart version doesn't support afaict
,
Jan 7
|
||||
►
Sign in to add a comment |
||||
Comment 1 by semenzato@chromium.org
, Jan 24 2018