summaryrefslogtreecommitdiffstats
path: root/etc/inc/vslb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/vslb.inc')
-rw-r--r--etc/inc/vslb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc
index dcf30cf..3985337 100644
--- a/etc/inc/vslb.inc
+++ b/etc/inc/vslb.inc
@@ -263,13 +263,13 @@ function relayd_configure() {
if (is_process_running('relayd')) {
if (! empty($vs_a)) {
// it's running and there is a config, just reload
- mwexec("/usr/local/bin/relayctl reload");
+ mwexec("/usr/local/sbin/relayctl reload");
} else {
/*
* XXX: Something breaks our control connection with relayd
* and makes 'relayctl stop' not work
* rule reloads are the current suspect
- * mwexec('/usr/local/bin/relayctl stop');
+ * mwexec('/usr/local/sbin/relayctl stop');
* returns "command failed"
*/
mwexec('pkill relayd');
OpenPOWER on IntegriCloud