diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2017-03-31 09:44:19 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-04-12 09:54:21 +0200 |
commit | 6713694fe4377f0988e2d558a6cd9b05ca9b18f1 (patch) | |
tree | b703fb24c043138754a880eac1e034df29fb8c99 /toolchain | |
parent | a124f0739b451037fce0f94a4298b48299011e0b (diff) | |
download | upstream-6713694fe4377f0988e2d558a6cd9b05ca9b18f1.tar.gz upstream-6713694fe4377f0988e2d558a6cd9b05ca9b18f1.tar.bz2 upstream-6713694fe4377f0988e2d558a6cd9b05ca9b18f1.zip |
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>
Diffstat (limited to 'toolchain')
0 files changed, 0 insertions, 0 deletions