Fix Restart option
[platform/core/appfw/event-system.git] / packaging / esd.service
1 [Unit]
2 Description=Start the Event System Daemon
3 After=dbus.service
4
5 [Service]
6 User=app_fw
7 Group=app_fw
8 SmackProcessLabel=System
9 ExecStart=/usr/bin/esd
10 Restart=on-failure
11 RestartSec=0
12
13 [Install]
14 WantedBy=default.target