From: INSUN PYO Date: Mon, 24 Jun 2019 02:27:04 +0000 (+0900) Subject: Change the config value of the systemd service ("false" -> "no") X-Git-Tag: accepted/tizen/unified/20190709.071134~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44858244f2e91fba4c16d79c18fa4211cc28f51c;p=platform%2Fcore%2Fmultimedia%2Fmmsvc-core.git Change the config value of the systemd service ("false" -> "no") "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 --- diff --git a/packaging/muse-server-vd_product_audio.path b/packaging/muse-server-vd_product_audio.path index 537d7c4..8c0f8e1 100644 --- a/packaging/muse-server-vd_product_audio.path +++ b/packaging/muse-server-vd_product_audio.path @@ -1,6 +1,6 @@ [Unit] Description=muse server -DefaultDependencies=false +DefaultDependencies=no [Path] PathExists=/run/.wm_ready diff --git a/packaging/muse-server-vd_product_tv.path b/packaging/muse-server-vd_product_tv.path index 48c9369..fdadb48 100644 --- a/packaging/muse-server-vd_product_tv.path +++ b/packaging/muse-server-vd_product_tv.path @@ -1,6 +1,6 @@ [Unit] Description=muse server -DefaultDependencies=false +DefaultDependencies=no [Path] PathExists=/tmp/tvplus_ready