projects
/
platform
/
upstream
/
murphy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062d7d4
)
tmpfiled: fix the systemd-tmpfiles-setup.service failure bug
01/47301/1
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
accepted/tizen/mobile/20150903.000032
accepted/tizen/tv/20150903.000219
accepted/tizen/wearable/20150903.000501
submit/tizen/20150902.115323
submit/tizen_common/20151023.083358
submit/tizen_common/20151026.085049
tizen_3.0.m1_mobile_release
tizen_3.0.m1_tv_release
tizen_3.0.m2.a1_mobile_release
tizen_3.0.m2.a1_tv_release
author
Sangjung Woo
<sangjung.woo@samsung.com>
Wed, 2 Sep 2015 05:58:06 +0000
(14:58 +0900)
committer
Sangjung Woo
<sangjung.woo@samsung.com>
Wed, 2 Sep 2015 05:58:06 +0000
(14:58 +0900)
systemd-tmpfiles-setup.service is failed to start since user 'app' does
not exist in Tizen 3.0. This patch fixes that bug.
Change-Id: I5abf15f226586ebf045c31eecde34e55223c0376
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/murphyd.conf
patch
|
blob
|
history
diff --git
a/packaging/murphyd.conf
b/packaging/murphyd.conf
index 75395b747b0a1449a415e57e805dbb736717692e..7f5bffa72337fb9e32626349c50029c337b2e78d 100644
(file)
--- a/
packaging/murphyd.conf
+++ b/
packaging/murphyd.conf
@@
-1,2
+1,2
@@
-d /tmp/murphy 0755
app app
- -
-d /var/run/murphy/processes 0755
app app
- -
+d /tmp/murphy 0755
owner users
- -
+d /var/run/murphy/processes 0755
owner users
- -