From e7ad9d352b6107b2bc5514fc772deb6bfa8337f1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 23 Oct 2014 15:26:01 -0700 Subject: [PATCH] files/init.d/thumbor: Remove --syslog option Thumbor doesn't support syslog-logging out of the box (yet [1]). [1]: https://github.com/thumbor/thumbor/issues/377 --- files/init.d/thumbor | 1 - 1 file changed, 1 deletion(-) diff --git a/files/init.d/thumbor b/files/init.d/thumbor index 247c5c3..7680a1a 100755 --- a/files/init.d/thumbor +++ b/files/init.d/thumbor @@ -32,7 +32,6 @@ start() { --pidfile "${pidfile}" \ --make-pidfile \ -- \ - --syslog \ --ip "${HOST}" \ --port "${PORT}" \ "${KEYFILE_OPTS[@]}" \ -- 2.26.2