files/init.d/thumbor: Remove --syslog option
authorW. Trevor King <wking@tremily.us>
Thu, 23 Oct 2014 22:26:01 +0000 (15:26 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 23 Oct 2014 22:26:01 +0000 (15:26 -0700)
Thumbor doesn't support syslog-logging out of the box (yet [1]).

[1]: https://github.com/thumbor/thumbor/issues/377

files/init.d/thumbor

index 247c5c39345bd9b5fa9add7a14434f627175eccd..7680a1a4b77f625845181721fd79a9fd5d75b4d3 100755 (executable)
@@ -32,7 +32,6 @@ start() {
                --pidfile "${pidfile}" \
                --make-pidfile \
                -- \
                --pidfile "${pidfile}" \
                --make-pidfile \
                -- \
-               --syslog \
                --ip "${HOST}" \
                --port "${PORT}" \
                "${KEYFILE_OPTS[@]}" \
                --ip "${HOST}" \
                --port "${PORT}" \
                "${KEYFILE_OPTS[@]}" \