Change the config value of the systemd service ("false" -> "no") 71/208371/1
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:12:45 +0000 (11:12 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:14:06 +0000 (11:14 +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: Ib0f0428cd0721cdc2344bde74c3fadc50753ddd2

tool/pkg-db-recovery.service

index a56fa8c..58ccf35 100644 (file)
@@ -1,6 +1,6 @@
 [Unit]
 Description=Package DB Recovery Service
-DefaultDependencies=false
+DefaultDependencies=no
 Before=ac.service
 
 [Service]