From b5b15ae4490004d60ae3a897e3d75673abeb07ab Mon Sep 17 00:00:00 2001 From: hyunho Date: Mon, 23 Apr 2018 10:51:46 +0900 Subject: [PATCH] Add widget log folder Change-Id: I2327556dc5de04d03f96ae405a1041caf7ab620b Signed-off-by: hyunho --- packaging/launchpad-process-pool.service | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4