From: Sangjung Woo Date: Wed, 2 Sep 2015 05:58:06 +0000 (+0900) Subject: tmpfiled: fix the systemd-tmpfiles-setup.service failure bug X-Git-Tag: submit/tizen/20150902.115323^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da09b94dfe52a710e3aa5052e0a009e14e7ce005;p=platform%2Fupstream%2Fmurphy.git tmpfiled: fix the systemd-tmpfiles-setup.service failure bug 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 --- diff --git a/packaging/murphyd.conf b/packaging/murphyd.conf index 75395b7..7f5bffa 100644 --- 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 - -