summaryrefslogtreecommitdiff
path: root/packaging/launchpad-process-pool.service
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/launchpad-process-pool.service')
-rw-r--r--packaging/launchpad-process-pool.service4
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/launchpad-process-pool.service b/packaging/launchpad-process-pool.service
index 2d633ec..c890e2d 100644
--- a/packaging/launchpad-process-pool.service
+++ b/packaging/launchpad-process-pool.service
@@ -5,11 +5,15 @@
[Unit]
Description=Start the USER Access Control Agent
DefaultDependencies=false
+Requires=enlightenment-user.service
+After=enlightenment-user.service
[Service]
ExecStartPre=-/usr/bin/mkdir -p /run/aul/daemons/%U
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
ExecStart=/bin/sh -l -c "/usr/bin/launchpad-process-pool"
Sockets=launchpad-process-pool.socket