projects
/
platform
/
core
/
api
/
system-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb467e
)
Add Requires=local-fs.target dependency to tizenid.service
94/246894/1
accepted/tizen/6.0/unified/20201109.024720
submit/tizen_6.0/20201105.053241
author
INSUN PYO
<insun.pyo@samsung.com>
Thu, 8 Oct 2020 08:49:09 +0000
(17:49 +0900)
committer
Kichan Kwon
<k_c.kwon@samsung.com>
Thu, 5 Nov 2020 04:00:54 +0000
(13:00 +0900)
In emergency mode, local-fs.target always fails.
So, you have to check if local-fs.target is successful.
Change-Id: Ic353d30a7ed7c058d0e05f890c96274d539d48b8
src/tizenid/tizenid.service.in
patch
|
blob
|
history
diff --git
a/src/tizenid/tizenid.service.in
b/src/tizenid/tizenid.service.in
index a671b7fc328b3e32b5d228a9316c250a2f6e13e7..24affd77d96a97264c9078568c556695f0b74e6e 100644
(file)
--- a/
src/tizenid/tizenid.service.in
+++ b/
src/tizenid/tizenid.service.in
@@
-1,6
+1,7
@@
[Unit]
Description=Making Tizen ID
DefaultDependencies=no
+Requires=local-fs.target
After=local-fs.target
[Service]