summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2017-03-31 17:32:30 +0900
committerHwankyu Jhun <h.jhun@samsung.com>2017-03-31 17:32:30 +0900
commit1df7e4efa7bf09a3633f440f3eecb17512cf3d51 (patch)
tree7d0d442993fa6e0cc7ca62ca613b5aa4882b4da8
parenta0819d0af100d7f615895e4c45871929a10800e6 (diff)
downloadlaunchpad-1df7e4efa7bf09a3633f440f3eecb17512cf3d51.tar.gz
launchpad-1df7e4efa7bf09a3633f440f3eecb17512cf3d51.tar.bz2
launchpad-1df7e4efa7bf09a3633f440f3eecb17512cf3d51.zip
Change dbspace file mode
The file mode of /run/aul/dbspace/%U is changed to 701. Change-Id: Ifb5ffe4bcba9b71c5e5b93335f34082227a69cf1 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--packaging/launchpad-process-pool.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/launchpad-process-pool.service b/packaging/launchpad-process-pool.service
index c890e2d..5c80f02 100644
--- a/packaging/launchpad-process-pool.service
+++ b/packaging/launchpad-process-pool.service
@@ -14,6 +14,6 @@ ExecStartPre=-/usr/bin/chmod 0777 /run/aul/daemons/%U
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 0700 /run/aul/dbspace/%U
+ExecStartPre=-/usr/bin/chmod 0701 /run/aul/dbspace/%U
ExecStart=/bin/sh -l -c "/usr/bin/launchpad-process-pool"
Sockets=launchpad-process-pool.socket