<div dir="ltr">testaasdf</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-21 11:22 GMT+01:00 Harald Dunkel <span dir="ltr"><<a href="mailto:harald.dunkel@aixigo.de" target="_blank">harald.dunkel@aixigo.de</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Found it: upstart ignores SIGPWR by default.<br>
<br>
Fix:<br>
<br>
cat <<EOF >/etc/init/power-status-changed.conf<br>
#  power-status-changed - shutdown on SIGPWR<br>
#<br>
start on power-status-changed<br>
<br>
exec /sbin/shutdown -h now "SIGPWR received"<br>
EOF<br>
<br>
<br>
Regards<br>
<div class="HOEnZb"><div class="h5">Harri<br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
</div></div></blockquote></div><br></div>