What's the difference between
sudo /etc/init.d/lighttpd restart
and
/etc/init.d/lighttpd force-reload
?
|
What's the difference between sudo /etc/init.d/lighttpd restart and /etc/init.d/lighttpd force-reload ?
| |||
|
feedback
|
|
On my platform (ubutnu), I found that they are the same. Just looked the file and found:
For other services, it might be different. | |||
|
feedback
|
|
This can also be achieved using Signals. See the Blogpost about Lighty's Angel for an overview of the Signals supported by lighttpd. In short
The debian Policy Manual also explains the different parameters:
| ||||
|
feedback
|