summaryrefslogtreecommitdiff
path: root/packaging/launchpad-process-pool.service
blob: a627161f6668f369f32ff59b4aa39c4d24d2c9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  Systemd script to Launch AMD Session agent
#

[Unit]
Description=Start the USER Access Control Agent

[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
ExecStart=/bin/sh -l -c "/usr/bin/launchpad-process-pool"
Sockets=launchpad-process-pool.socket