Add HOME to the list of env varialbes set in the systemd config
authorRusty Lynch <rusty.lynch@intel.com>
Mon, 17 Sep 2012 23:47:41 +0000 (16:47 -0700)
committerOssama Othman <ossama.othman@intel.com>
Fri, 19 Apr 2013 22:59:49 +0000 (15:59 -0700)
packaging/weston.service

index 53774dd..73a25ca 100644 (file)
@@ -12,6 +12,7 @@ Environment=QT_QPA_PLATFORM=wayland
 Environment=ELM_ENGINE=wayland_shm
 Environment=ECORE_EVAS_ENGINE=wayland_shm
 Environment=PATH=/usr/bin:/bin:/usr/sbin:/sbin
+Environment=HOME=/root
 ExecStart=/usr/bin/weston --log=/var/log/weston.log
 Restart=always
 RestartSec=10