[systemd] Fix service file
authorChengwei Yang <chengwei.yang@intel.com>
Mon, 6 May 2013 06:28:02 +0000 (14:28 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Mon, 6 May 2013 06:31:34 +0000 (14:31 +0800)
Change-Id: I1fb40c1871fe14f02efdea1166b23a859c562b7f
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
packaging/email.service

index c49193f..2cbab3f 100644 (file)
@@ -3,6 +3,7 @@
 Description=Start the Email service
 
 [Service]
+EnvironmentFile=/run/tizen-mobile-ui
 ExecStart=/usr/bin/email-service
 Nice=5
 OOMScoreAdjust=100
@@ -10,4 +11,3 @@ Restart=always
 
 [Install]
 WantedBy=tizen-middleware.target
-EnvironmentFile=/run/tizen-mobile-ui