Adding restart on failure. 52/282252/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.063107 accepted/tizen/7.0/unified/hotfix/20221116.111713 accepted/tizen/8.0/unified/20231005.095823 accepted/tizen/unified/20220930.020603 accepted/tizen/unified/20240704.075722 accepted/tizen/unified/dev/20240708.001741 accepted/tizen/unified/x/20240704.092503 tizen_7.0_m2_release tizen_8.0_m2_release
authortarun.mahay <tarun.mahay@samsung.com>
Thu, 29 Sep 2022 06:26:37 +0000 (11:56 +0530)
committertarun.mahay <tarun.mahay@samsung.com>
Thu, 29 Sep 2022 06:26:37 +0000 (11:56 +0530)
Change-Id: Ib2baeef996e0aaf83db89a01f71c2295634b276b
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
packaging/boot-animation.service

index 58557c18c3efbcaff6f3cfcca0b8a264799a7930..a877a8942a2ed7a888a48cc47c74a8224dd9a77c 100755 (executable)
@@ -11,8 +11,10 @@ Group=application
 EnvironmentFile=/run/tizen-system-env
 EnvironmentFile=/run/xdg-root-env
 
-Type=oneshot
+Type=simple
 Nice=-20
 SmackProcessLabel=System
+ExecStartPre=/bin/sleep 2
 ExecStart=/usr/bin/boot-animation-dali --start
-ExecStart=/bin/sleep 2
+Restart=on-failure
+RestartSec=1