Change the config value of the systemd service ("false" -> "no") 78/208378/1
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:27:04 +0000 (11:27 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:27:04 +0000 (11:27 +0900)
"no" and "false" have the same meaning, but the document has "no".
Also, since the parsing order is "no" first, there is some performance gain.

Change-Id: Idba0756318e6bd5b31fc4249017ca1a454e98294

packaging/muse-server-vd_product_audio.path
packaging/muse-server-vd_product_tv.path

index 537d7c4..8c0f8e1 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=muse server
-DefaultDependencies=false
+DefaultDependencies=no
 
 [Path]
 PathExists=/run/.wm_ready
index 48c9369..fdadb48 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=muse server
-DefaultDependencies=false
+DefaultDependencies=no
 
 [Path]
 PathExists=/tmp/tvplus_ready