From: INSUN PYO Date: Mon, 24 Jun 2019 02:12:45 +0000 (+0900) Subject: Change the config value of the systemd service ("false" -> "no") X-Git-Tag: accepted/tizen/unified/20190717.115158~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fpkgmgr-info.git;a=commitdiff_plain;h=bf769113aa88be76027e9a034a274d093daca49c;hp=2a5a24b6138b495d1e93c422ec9425791f26ae01 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: Ib0f0428cd0721cdc2344bde74c3fadc50753ddd2 --- diff --git a/tool/pkg-db-recovery.service b/tool/pkg-db-recovery.service index a56fa8c..58ccf35 100644 --- a/tool/pkg-db-recovery.service +++ b/tool/pkg-db-recovery.service @@ -1,6 +1,6 @@ [Unit] Description=Package DB Recovery Service -DefaultDependencies=false +DefaultDependencies=no Before=ac.service [Service]