Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.05 KB

nginx SysVinit script

Linux Standard Base (LSB) compliant SysVinit script for nginx.

Install

git clone https://github.com/Fleshgrinder/nginx-sysvinit-script.git
cp nginx-sysvinit-script/nginx /etc/init.d/nginx
chmod 0755 /etc/init.d/nginx
chown root:root /etc/init.d/nginx

Usage

You can use it via the service command or by directly invoking the shell script in /etc/init.d; what you like best. Your shell will have auto-completion for the various keywords that are available, for instance if you type service nginx res just hit tab for auto-completion.

service nginx force-reload
service nginx reload
service nginx restart
service nginx start
service nginx status
service nginx stop

License

This is free and unencumbered software released into the public domain.

For more information, please refer to http://unlicense.org

Weblinks