Change the config value of the "RemainAfterExit=" ("true" -> "yes")
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 26 Jun 2019 00:12:45 +0000 (09:12 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:44 +0000 (16:37 +0100)
Change-Id: I56db28be6f0cecd0562ba8db6bb1d4af0b1a3b7b

units/delayed.service
units/user/delayed.service

index 8fdf581..62f92c7 100644 (file)
@@ -8,5 +8,5 @@ RefuseManualStop=yes
 
 [Service]
 ExecStart=/usr/bin/wait_systemd_startupfinished.sh
-RemainAfterExit=true
+RemainAfterExit=yes
 SmackProcessLabel=System
index a03a476..8ed5a99 100644 (file)
@@ -8,4 +8,4 @@ RefuseManualStop=yes
 
 [Service]
 ExecStart=/usr/bin/wait_systemd_startupfinished.sh --user
-RemainAfterExit=true
+RemainAfterExit=yes