Change the config value of the "RemainAfterExit=" ("true" -> "yes") 38/208538/1
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 26 Jun 2019 00:23:41 +0000 (09:23 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 26 Jun 2019 00:23:41 +0000 (09:23 +0900)
Change-Id: I8456f7ebfbbf1679092ff2a9e92745574e482766

tests/system/critical_process/critical_process.sh.template

index f609fbe..63568b4 100755 (executable)
@@ -36,7 +36,7 @@ Description=Test service
 [Service]
 Type=oneshot
 ExecStart=/bin/sleep 1
-RemainAfterExit=true
+RemainAfterExit=yes
 ExecStop=/bin/sh -c 'kill -6 \$\$\$\$'
 
 [Install]