projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Missing `to_s` conversion for libxml.
[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