merge with master
[platform/core/system/system-server.git] / packaging / 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 Environment=DISPLAY=:0
8 ExecStart=/usr/bin/system_server
9 TimeoutSec=2
10
11 [Install]
12 WantedBy=multi-user.target