Initialize Tizen 2.3
[framework/appfw/aul-1.git] / packaging / ac-mobile.service
1 [Unit]
2 Description=Start the Access Control server
3 After=dbus.service vconf-setup.service
4
5 [Service]
6 EnvironmentFile=/run/tizen-mobile-ui
7 ExecStartPre=-/bin/mkdir /tmp/alaunch
8 ExecStartPre=/bin/chmod 1777 /tmp/alaunch
9 ExecStartPre=/usr/bin/chsmack -a '*' /tmp/alaunch
10 ExecStart=/usr/bin/amd
11 TimeoutStopSec=3s
12 Restart=always
13 RestartSec=0
14
15 [Install]
16 WantedBy=multi-user.target