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