Skip to content

Instantly share code, notes, and snippets.

@nitely
Created August 4, 2018 08:56
Show Gist options
  • Save nitely/c6be2b9080632a47cc90ea8f76d2e3e0 to your computer and use it in GitHub Desktop.
Save nitely/c6be2b9080632a47cc90ea8f76d2e3e0 to your computer and use it in GitHub Desktop.
systemd substates list
# from https://github.com/systemd/systemd/blob/b0450864f1723ad12176d7956377d89ff4a84d8c/src/basic/unit-def.c
"stub",
"loaded",
"not-found",
"bad-setting",
"error",
"merged",
"masked"
"active",
"reloading",
"inactive",
"failed",
"activating",
"deactivating"
"dead",
"waiting",
"running",
"failed"
"dead",
"tentative",
"plugged",
"dead",
"mounting",
"mounting-done",
"mounted",
"remounting",
"unmounting",
"remounting-sigterm",
"remounting-sigkill",
"unmounting-sigterm",
"unmounting-sigkill",
"failed"
"dead",
"running",
"abandoned",
"stop-sigterm",
"stop-sigkill",
"failed",
"dead",
"start-pre",
"start",
"start-post",
"running",
"exited",
"reload",
"stop",
"stop-sigabrt",
"stop-sigterm",
"stop-sigkill",
"stop-post",
"final-sigterm",
"final-sigkill",
"failed",
"auto-restart",
"dead",
"start-pre",
"start-chown",
"start-post",
"listening",
"running",
"stop-pre",
"stop-pre-sigterm",
"stop-pre-sigkill",
"stop-post",
"final-sigterm",
"final-sigkill",
"failed"
"dead",
"activating",
"activating-done",
"active",
"deactivating",
"deactivating-sigterm",
"deactivating-sigkill",
"failed"
"elapsed",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment