From: Tobias Blom Date: Fri, 31 Jan 2014 16:14:35 +0000 (+0100) Subject: apmd.service: Fix typo (not mandatory EnvironmentFile prefix) X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f694e4cb493b0737b6009382c0957e6837ebbed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git apmd.service: Fix typo (not mandatory EnvironmentFile prefix) Prefix to EnvironmentFile should be preciding the filenamn. Signed-off-by: Tobias Blom Signed-off-by: Saul Wold --- 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 62d6af1019f..ffab82334f9 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=-@SYSCONFDIR@/default/apmd ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD