generate BerkeleyDB md5 hash, remove dependencies
[cloudstore.git] / rsync-piper.pl
index ed6d11b..983fcbe 100755 (executable)
@@ -141,6 +141,7 @@ sub rsync_running_pid {
 if ( my $pid = rsync_running_pid ) {
        if ( kill 0, $pid ) {
                warn "found rsync pid $pid\n";
+               kill 1, $pid && warn "reload config";
 =for kill-rsync
                kill 2, $pid;
                while ( -e $pid_file ) {