Release version 1.0.13
[platform/core/appfw/event-system.git] / packaging / esd.service
1 [Unit]
2 Description=Start the Event System Daemon
3 Requires=buxton2.service dbus.socket
4 After=buxton2.service dbus.socket
5 DefaultDependencies=no
6
7 [Service]
8 User=app_fw
9 Group=app_fw
10 Type=dbus
11 SmackProcessLabel=System
12 BusName=tizen.system.event.app2esd
13 Environment=AUL_BLINK=1
14 ExecStart=/usr/bin/esd
15 Restart=on-failure
16 RestartSec=0
17 MemoryLimit=100M
18
19 [Install]
20 WantedBy=basic.target