2017-01-07 13:52:32 -08:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
|
|
|
|
Dear Cloudron Team,
|
|
|
|
|
|
2017-01-09 10:46:43 -08:00
|
|
|
The <%= program %> on <%= fqdn %> exited unexpectedly!
|
|
|
|
|
|
|
|
|
|
The program has been restarted but should this message appear repeatedly,
|
|
|
|
|
you should give the program more memory.
|
2017-01-07 13:52:32 -08:00
|
|
|
|
|
|
|
|
Please see some excerpt of the logs below.
|
|
|
|
|
|
|
|
|
|
Thank you,
|
|
|
|
|
Your Cloudron
|
|
|
|
|
|
|
|
|
|
-------------------------------------
|
|
|
|
|
|
|
|
|
|
<%- context %>
|
|
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|