]> git.openstreetmap.org Git - chef.git/blob - cookbooks/planet/files/default/replication-bin/streaming-server
Fix rubocop warnings
[chef.git] / cookbooks / planet / files / default / replication-bin / streaming-server
1 #!/bin/sh
2
3 # DO NOT EDIT - This file is being maintained by Chef
4
5 export TZ=UTC
6
7 exec >> /var/log/replication/streaming-server 2>&1
8
9 exec /usr/local/bin/osmosis -q \
10   --send-replication-data dataDirectory=/var/lib/replication/streaming port=8080 notificationPort=8081