Fixed LSB compatible init.d script missing reload functionality.
This commit is contained in:
parent
6c904b164a
commit
7a56be5f3d
@ -77,6 +77,8 @@ stop() {
|
||||
|
||||
reload() {
|
||||
log_daemon_msg "Reloading MaxScale"
|
||||
|
||||
kill -HUP $(cat $MAXSCALE_PIDFILE)
|
||||
|
||||
log_end_msg $?
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user