Skip to content

Instantly share code, notes, and snippets.

@danielef
Created November 20, 2019 05:52
Show Gist options
  • Save danielef/31039520b0e504f475cf8277896f773d to your computer and use it in GitHub Desktop.
Save danielef/31039520b0e504f475cf8277896f773d to your computer and use it in GitHub Desktop.
Runlevels
Mapping between runlevels and systemd targets
┌─────────┬───────────────────┐
│Runlevel │ Target │
├─────────┼───────────────────┤
│0 │ poweroff.target │
├─────────┼───────────────────┤
│1 │ rescue.target │
├─────────┼───────────────────┤
│2, 3, 4 │ multi-user.target │
├─────────┼───────────────────┤
│5 │ graphical.target │
├─────────┼───────────────────┤
│6 │ reboot.target │
└─────────┴───────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment