[OE-core] [meta-oe][PATCH] apmd.service: Fix typo (not mandatory EnvironmentFile prefix)

Tobias Blom tobias.blom at techne-dev.se
Fri Jan 31 16:14:35 UTC 2014


Prefix to EnvironmentFile should be preciding the filenamn.

Signed-off-by: Tobias Blom <tobias.blom at techne-dev.se>
---
 meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
index 62d6af1..ffab823 100644
--- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
+++ b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
@@ -3,5 +3,5 @@ Description=Advanced Power Management daemon
 After=remote-fs.target
 
 [Service]
-EnvironmentFile-= @SYSCONFDIR@/default/apmd
+EnvironmentFile=- at SYSCONFDIR@/default/apmd
 ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD
-- 
1.8.3.4 (Apple Git-47)




More information about the Openembedded-core mailing list