[oe-commits] Tobias Blom : apmd.service: Fix typo (not mandatory EnvironmentFile prefix )

git at git.openembedded.org git at git.openembedded.org
Thu Oct 2 11:48:28 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: 32e43d08533a20d2d8be7f6cb83360564601f4a4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=32e43d08533a20d2d8be7f6cb83360564601f4a4

Author: Tobias Blom <tobias.blom at techne-dev.se>
Date:   Wed Jul  9 16:24:49 2014 +0200

apmd.service: Fix typo (not mandatory EnvironmentFile prefix)

Prefix to EnvironmentFile should be preciding the filenamn.

(From OE-Core rev: 1f694e4cb493b0737b6009382c0957e6837ebbed)

Signed-off-by: Tobias Blom <tobias.blom at techne-dev.se>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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



More information about the Openembedded-commits mailing list