service: Add some ENV setting in service file to fix usb_setting launch
authorYin Kangkai <kangkai.yin@intel.com>
Wed, 24 Oct 2012 05:31:17 +0000 (14:31 +0900)
committergiyeol.ok <giyeol.ok@samsung.com>
Wed, 24 Oct 2012 05:31:17 +0000 (14:31 +0900)
packaging/system-server.service

index 232b67d..cc5b2ae 100644 (file)
@@ -2,6 +2,8 @@
 Description=Start the system server service
 
 [Service]
+# set DISPLAY for usb_setting launching
+Environment=DISPLAY=:0
 ExecStart=/usr/bin/system_server
 
 [Install]