summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhyunho <hhstark.kang@samsung.com>2018-04-23 10:51:46 +0900
committerHwanKyu Jhun <h.jhun@samsung.com>2018-04-23 01:54:52 +0000
commitb5b15ae4490004d60ae3a897e3d75673abeb07ab (patch)
treed81a51ddf22a969012dea1cdca1589e611c8cd06
parent0f4adc399c9796a7acd5d3dbab3ed9002b199563 (diff)
downloadlaunchpad-b5b15ae4490004d60ae3a897e3d75673abeb07ab.tar.gz
launchpad-b5b15ae4490004d60ae3a897e3d75673abeb07ab.tar.bz2
launchpad-b5b15ae4490004d60ae3a897e3d75673abeb07ab.zip
Add widget log folder
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