]> code.ossystems Code Review - openembedded-core.git/commitdiff
apmd.service: Fix typo (not mandatory EnvironmentFile prefix)
authorTobias Blom <tobias.blom@techne-dev.se>
Wed, 9 Jul 2014 14:24:49 +0000 (16:24 +0200)
committerRobert Yang <liezhi.yang@windriver.com>
Thu, 2 Oct 2014 07:03:18 +0000 (00:03 -0700)
Prefix to EnvironmentFile should be preciding the filenamn.

(From OE-Core rev: 1f694e4cb493b0737b6009382c0957e6837ebbed)

Signed-off-by: Tobias Blom <tobias.blom@techne-dev.se>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service

index 62d6af1019ffcdcf261ddd4ced3e2f5942b6cc2a..ffab82334f9dea4d9a6093eb4d3e41fb77b1e6ac 100644 (file)
@@ -3,5 +3,5 @@ Description=Advanced Power Management daemon
 After=remote-fs.target
 
 [Service]
-EnvironmentFile-= @SYSCONFDIR@/default/apmd
+EnvironmentFile=-@SYSCONFDIR@/default/apmd
 ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD