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