Skip to content

ryandoyle/sysvinitme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Site and tools to create init scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published