Revision 3dac54bc6a940cfb4b638d80d65acdc44200d4d8 authored by Marko Obrovac on 14 July 2016, 16:17:33 UTC, committed by Giuseppe Lavagetto on 27 July 2016, 10:41:40 UTC
In case a service (or firejail) logs something to std out/err, it gets
sent to journalctl, which is not accessible to service owners. This
patch redirects them to a file so that service owners can consult and
inspect them.

Note that this changeset is pertinent only for Jessie installs since
Upstart has no way of redirecting the std streams.

Bug: T137878
Change-Id: I6f06d85bd1ada95c99b373a5f6b8f51c535eeee6
1 parent 37e1c56
Raw File
.gitmodules
[submodule "modules/zookeeper"]
	path = modules/zookeeper
	url = https://gerrit.wikimedia.org/r/operations/puppet/zookeeper
[submodule "modules/jmxtrans"]
	path = modules/jmxtrans
	url = https://gerrit.wikimedia.org/r/operations/puppet/jmxtrans
[submodule "modules/kafka"]
	path = modules/kafka
	url = https://gerrit.wikimedia.org/r/p/operations/puppet/kafka
[submodule "modules/varnishkafka"]
	path = modules/varnishkafka
	url = https://gerrit.wikimedia.org/r/operations/puppet/varnishkafka
[submodule "modules/kafkatee"]
	path = modules/kafkatee
	url = https://gerrit.wikimedia.org/r/operations/puppet/kafkatee
[submodule "modules/nginx"]
	path = modules/nginx
	url = https://gerrit.wikimedia.org/r/operations/puppet/nginx
[submodule "modules/mariadb"]
       path = modules/mariadb
       url = https://gerrit.wikimedia.org/r/operations/puppet/mariadb
[submodule "modules/cdh"]
	path = modules/cdh
	url = https://gerrit.wikimedia.org/r/operations/puppet/cdh
back to top