Skip to content

Commit

Permalink
Remove 'stopped finish' start condition
Browse files Browse the repository at this point in the history
:Release Notes:
Remove 'stopped finish' start condition

:Detailed Notes:
The finish upstart script is deleted in upstart 1.8.
Therefore, that condition is unnecessary now.

:Testing Performed:
NFS env + This commit.

:QA Notes:

:Issues Addressed:

[GF-35147] [Boottime] Make best boot sequence
           to support showcase-app initialization

Open-webOS-DCO-1.0-Signed-off-by: Sangwoo Kang <sangwoo82.kang@lge.com>

Change-Id: I077c0ae200aea857f3cf55edd151876acc03b73d
Reviewed-on: https://g2g.palm.com/3479
Reviewed-by: Build Verification
Reviewed-by: Sangwoo Kang <sangwoo82.kang@lge.com>
Tested-by: Sangwoo Kang <sangwoo82.kang@lge.com>
Reviewed-by: Keith Derrick <keith.derrick@lge.com>
  • Loading branch information
sangwoo-kang authored and kdopen committed Sep 25, 2013
1 parent cb4ae10 commit 1afc8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/launch/sleepd.conf.in
Expand Up @@ -18,7 +18,7 @@

description "@WEBOS_PROJECT_SUMMARY@"

start on minimal-boot-done or stopped finish
start on minimal-boot-done
stop on started start_update

respawn
Expand Down

0 comments on commit 1afc8ad

Please sign in to comment.