From: Łukasz Stelmach Date: Mon, 29 Apr 2024 11:59:49 +0000 (+0200) Subject: Prevent spurious restarts X-Git-Tag: accepted/tizen/unified/20240703.100059^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=profile%2Fiot%2Fapps%2Fnative%2Fboot-animation-dali.git Prevent spurious restarts Due to a fix to path units in systemd in commit 708961c701 ("core/path: recheck path specs when triggered unit changes state"), service units that aren't supposed to run repeatedly by path units need to set RemainAfterExit=. Change-Id: Iff589392ccece37380c67d46233eae47567ae188 Signed-off-by: Łukasz Stelmach --- diff --git a/packaging/boot-animation.service b/packaging/boot-animation.service index a877a89..98f144b 100755 --- a/packaging/boot-animation.service +++ b/packaging/boot-animation.service @@ -18,3 +18,4 @@ ExecStartPre=/bin/sleep 2 ExecStart=/usr/bin/boot-animation-dali --start Restart=on-failure RestartSec=1 +RemainAfterExit=true