1. apply systemd unit files
[framework/appfw/aul-1.git] / packaging / ac.service
1 #
2 # classical example of a socket activated service?
3 #
4
5 [Unit]
6 Description=Start the Access Control server
7
8 [Service]
9 ExecStartPre=-/bin/mkdir -m 1777 /tmp/alaunch
10 ExecStart=/usr/bin/amd
11
12 OOMScoreAdjust=-100
13
14 [Install]
15 WantedBy=multi-user.target