Revision 1f1d44d4cd14ac92dd6d6bc3ec9404c2e14beca0 authored by Marko Obrovac on 14 July 2016, 16:17:33 UTC, committed by Giuseppe Lavagetto on 27 July 2016, 08:22:27 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
.ctags
-h pp
--langdef=puppet
--langmap=puppet:.pp
--languages=puppet
--regex-puppet=/^class[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/c,class/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/s,site/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/n,node/
--regex-puppet=/^define[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
back to top