projects
/
platform
/
core
/
appfw
/
pkgmgr-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5a24b
)
Change the config value of the systemd service ("false" -> "no")
71/208371/1
author
INSUN PYO
<insun.pyo@samsung.com>
Mon, 24 Jun 2019 02:12:45 +0000
(11:12 +0900)
committer
INSUN 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
patch
|
blob
|
history
diff --git
a/tool/pkg-db-recovery.service
b/tool/pkg-db-recovery.service
index
a56fa8c
..
58ccf35
100644
(file)
--- 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]