f54867289ae95535a1a32585da8c050045dea52d
[platform/core/system/system-server.git] / systemd / system-server.service
1 [Unit]
2 Description=Start the system server service
3 After=vconf-setup.service
4
5 [Service]
6 # set DISPLAY for usb_setting launching
7 Type=forking
8 Environment=DISPLAY=:0
9 ExecStartPre=/etc/init.d/device-daemon stop
10 ExecStart=/usr/bin/device-daemon
11 ExecStop=/etc/init.d/device-daemon stop
12 TimeoutStopSec=2
13 NotifyAccess=all
14
15 [Install]
16 WantedBy=multi-user.target