From 24a230a5f1b362bff599096266b4f46189310efb Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Mon, 24 Jun 2019 11:23:46 +0900 Subject: [PATCH] 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: Ia619d43197cdf42c6a430b9c32700e99483662af --- packaging/focus-server-tv.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/focus-server-tv.service b/packaging/focus-server-tv.service index 723ea1f..d8ef13c 100644 --- a/packaging/focus-server-tv.service +++ b/packaging/focus-server-tv.service @@ -1,6 +1,6 @@ [Unit] Description=Start the focus profile service -DefaultDependencies=false +DefaultDependencies=no After=factory-init.service pulseaudio.service [Service] -- 2.7.4