projects
/
wtk-overlay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdd12ff
)
files/init.d/thumbor: Remove --syslog option
author
W. Trevor King
<wking@tremily.us>
Thu, 23 Oct 2014 22:26:01 +0000
(15:26 -0700)
committer
W. 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
patch
|
blob
|
history
diff --git
a/files/init.d/thumbor
b/files/init.d/thumbor
index 247c5c39345bd9b5fa9add7a14434f627175eccd..7680a1a4b77f625845181721fd79a9fd5d75b4d3 100755
(executable)
--- 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[@]}" \