ryandoyle/sysvinitme
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
sysvinitme generates SysV init start/stop scripts for your services.
It needs to conform to the LSB specifications for init scripts to be LSB compliant
- See http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
Process has:
- arguments
- static
- configurable
- execution mode
- foreground
- background, with or without PID
- logging
- simple stdout/stderr to the screen
- as part of the daemon
- process detection
- reload capability
- environment variables
- dependencies
- user
Further reading:
- http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
- http://wiki.debian.org/LSBInitScripts
- http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
- http://www.sensi.org/~alec/unix/redhat/sysvinit.html