Skip to content

Commit

Permalink
clusterd: nach /usr/sbin installieren aber in /sbin aufrufen is nix gut
Browse files Browse the repository at this point in the history
  • Loading branch information
wurzel committed Apr 20, 2016
1 parent 7bd4ede commit ddc8cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusterd/clusterd
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
Expand Down

0 comments on commit ddc8cef

Please sign in to comment.