diff --git a/clusterd/clusterd b/clusterd/clusterd index e32da2a4..3a8d0d0f 100755 --- a/clusterd/clusterd +++ b/clusterd/clusterd @@ -751,7 +751,7 @@ sub udp_rx_restart { if (defined $pid && $pid==0) { my $pid2=fork; if (defined $pid2 && $pid==0) { - exec '/sbin/clusterd','--kill','--daemon'; + exec '/usr/sbin/clusterd','--kill','--daemon'; die "exec failed: $!\n"; } }