From: hyunho Date: Mon, 23 Apr 2018 01:51:46 +0000 (+0900) Subject: Add widget log folder X-Git-Tag: accepted/tizen/unified/20180423.130939~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F176700%2F2;p=platform%2Fcore%2Fappfw%2Flaunchpad.git Add widget log folder Change-Id: I2327556dc5de04d03f96ae405a1041caf7ab620b Signed-off-by: hyunho --- diff --git a/packaging/launchpad-process-pool.service b/packaging/launchpad-process-pool.service index 5c80f02..5829ede 100644 --- a/packaging/launchpad-process-pool.service +++ b/packaging/launchpad-process-pool.service @@ -15,5 +15,7 @@ ExecStartPre=-/usr/bin/mkdir -p /run/aul/apps/%U ExecStartPre=-/usr/bin/chmod 0700 /run/aul/apps/%U ExecStartPre=-/usr/bin/mkdir -p /run/aul/dbspace/%U ExecStartPre=-/usr/bin/chmod 0701 /run/aul/dbspace/%U +ExecStartPre=-/usr/bin/mkdir -p /run/aul/log/widget/%U +ExecStartPre=-/usr/bin/chmod 0777 /run/aul/log/widget/%U ExecStart=/bin/sh -l -c "/usr/bin/launchpad-process-pool" Sockets=launchpad-process-pool.socket