summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyunho <hhstark.kang@samsung.com>2018-04-23 10:51:46 +0900
committerhyunho <hhstark.kang@samsung.com>2018-04-24 11:10:53 +0900
commitbdf676a9c1f99817580bc5d7268927eeb8b58564 (patch)
tree2c541077e035963bbc7799ec5331942f6355e653
parenta1ee83fce6bb3e18a09c556d8ed0f10bd378c898 (diff)
downloadlaunchpad-bdf676a9c1f99817580bc5d7268927eeb8b58564.tar.gz
launchpad-bdf676a9c1f99817580bc5d7268927eeb8b58564.tar.bz2
launchpad-bdf676a9c1f99817580bc5d7268927eeb8b58564.zip
Add widget log foldertizen_3.0
Change-Id: I2327556dc5de04d03f96ae405a1041caf7ab620b Signed-off-by: hyunho <hhstark.kang@samsung.com>
-rw-r--r--packaging/launchpad-process-pool.service2
1 files changed, 2 insertions, 0 deletions
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