base-files: use restart if no reload hook for service
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 31 Mar 2017 06:44:19 +0000 (09:44 +0300)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 14:02:09 +0000 (15:02 +0100)
commit38ea91ea9ac8953b05e9bbe233d8b9f59b784f70
tree7b4c4bcf36093c9673924669f98c07bde3daaae4
parent9b24d99b9175d187e881e1c3a47eaf6fe1f6fbfe
base-files: use restart if no reload hook for service

This was also working before, with a slightly
different semantic.

[ Original semantic ]
If no reload hooks was implemented, the default one would
kick in, it would return fail, and restart would happen.

This would happen also in the case where a reload hook
would be implemented, it would fail, and it would restart
the service.

[ New semantic ]
The default reload hook calls restart.
Services can implement their own reload.

If reload fails, then the '/etc/init.d/<service> reload'
would return a non-zero code, and the caller can choose
a way to handle this.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit 6713694fe4377f0988e2d558a6cd9b05ca9b18f1)
package/base-files/files/etc/rc.common