View Single Post
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#2179
@Estel - is it possible to edit /etc/event.replace.d/dsme and change:

script
export BOOTSTATE=`getbootstate 2>/dev/null`

to

script
cat /proc/bootreason
export BOOTSTATE=`getbootstate 2>/bootstate.log`
cat /bootstate.log

so an additional info for startup conditions to be available.
 

The Following User Says Thank You to freemangordon For This Useful Post: