Skip to content

Instantly share code, notes, and snippets.

@patrickbucher
Last active November 7, 2023 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickbucher/9cafede899debfbff4fd44587ab97bde to your computer and use it in GitHub Desktop.
Save patrickbucher/9cafede899debfbff4fd44587ab97bde to your computer and use it in GitHub Desktop.
systemd service dependency graph
systemd-analyze dot --to-pattern='*.service' | \
sed '2i graph[overlap=false dpi=150]; node[fontname="monospace" shape=rect];' | \
nop | \ # obsessive-compulsive disorder
twopi -Tpng > systemd.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment