mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
apmd.service: Fix typo (not mandatory EnvironmentFile prefix)
Prefix to EnvironmentFile should be preciding the filenamn. (From OE-Core rev: 1f694e4cb493b0737b6009382c0957e6837ebbed) (From OE-Core rev: 32e43d08533a20d2d8be7f6cb83360564601f4a4) 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>
This commit is contained in:
committed by
Richard Purdie
parent
7231fc0b4f
commit
c084a21b1a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user