--- /etc/init.d/sysvinit-backlight 2015-04-13 23:22:39.000000000 +0200 +++ /etc/init.d/sysvinit-backlight 2016-01-10 03:42:42.760669997 +0100 @@ -93,7 +93,7 @@ case "$1" in - start|"") + start|resume|thaw|"") [ "$VERBOSE" = no ] || log_action_begin_msg "Initializing backlight level" # Restore backlight level backlight_level load @@ -101,7 +101,7 @@ [ "$VERBOSE" = no ] || log_action_end_msg $ES ;; - stop) + stop|suspend|suspend_hybrid|hibernate) # Save backlight level [ "$VERBOSE" = no ] || log_action_begin_msg "Saving backlight level" backlight_level save