]> git.openstreetmap.org Git - chef.git/commitdiff
Run streaming replicator using Brett's osmosis for now
authorTom Hughes <tom@compton.nu>
Tue, 9 Jul 2013 21:55:55 +0000 (22:55 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 9 Jul 2013 21:55:55 +0000 (22:55 +0100)
cookbooks/planet/files/default/replication-bin/streaming-replicator

index 6af3f38312cd621d70d20903f68874ebf5dd25f0..0837b67aa21e3effb9fa404d4fb41a381ff40cc6 100644 (file)
@@ -6,7 +6,7 @@ export TZ=UTC
 
 exec >> /var/log/replication/streaming-replicator 2>&1
 
 
 exec >> /var/log/replication/streaming-replicator 2>&1
 
-exec /usr/local/bin/osmosis -q \
+exec /home/bretth/bin/osmosis -q \
   --replicate-apidb iterations=0 minInterval=10000 maxInterval=60000 authFile=/etc/replication/auth.conf \
   --send-replication-sequence port=8081 \
   --write-replication workingDirectory=/var/lib/replication/streaming
   --replicate-apidb iterations=0 minInterval=10000 maxInterval=60000 authFile=/etc/replication/auth.conf \
   --send-replication-sequence port=8081 \
   --write-replication workingDirectory=/var/lib/replication/streaming