Change the config value of the systemd service ("false" -> "no") 75/208375/1 accepted/tizen/unified/20190626.040924 submit/tizen/20190625.070900
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:22:21 +0000 (11:22 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:22:21 +0000 (11:22 +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: I21da095f13644e643a95ee74ef4630083a4571b4

src/daemon/systemd/system/pulseaudio-tv.service.in

index 082a16f..5ad3a44 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=pulseaudio service
-DefaultDependencies=false
+DefaultDependencies=no
 After=factory-init.service dbus.service systemd-tmpfiles-setup.service
 
 [Service]