diff options
| -rw-r--r-- | extras/glusterfs-georep-logrotate | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/glusterfs-georep-logrotate b/extras/glusterfs-georep-logrotate index 381db8ba464..6fdb8c65aaf 100644 --- a/extras/glusterfs-georep-logrotate +++ b/extras/glusterfs-georep-logrotate @@ -30,12 +30,12 @@  /var/log/glusterfs/geo-replication-slaves/*/*.log {      sharedscripts -    postrotate      rotate 52      missingok      compress      delaycompress      notifempty +    postrotate      for pid in `ps -aef | grep glusterfs | egrep "\-\-aux-gfid-mount" | awk '{print $2}'`; do          /usr/bin/kill -HUP $pid > /dev/null 2>&1 || true      done  | 
