Skip to content

Instantly share code, notes, and snippets.

@pnasrat
Created January 20, 2014 15:12
Show Gist options
  • Save pnasrat/8521615 to your computer and use it in GitHub Desktop.
Save pnasrat/8521615 to your computer and use it in GitHub Desktop.
init systems
https://plus.google.com/115547683951727699051/posts/ip8e1DqJdxT
a) Does the init system support auto-respawning of services on failure/coredump/..?
b) Does the init system record exit status/signals/coredumps of services for later retrieval by the admin?
c) Does the init system record stdout/stderr of all system services for later retrieval by the admin?
d) Does the init system support timing out all service operations such as start or stop?
e) Does the init system support rate-limiting all service operations such as start/.. ?
f) Does the init system support basic resource management operations for services, for example, limiting CPU usage, memory usag, IO usage of a service, and so on?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment