[OE-core] [PATCH 1/1] tcf-agent: fix systemd service file

Chen Qi Qi.Chen at windriver.com
Fri Nov 4 06:44:57 UTC 2016


Fix tcf-agent service file so that `systemctl stop tcf-agent' doesn't
fail.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service b/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
index fd9a6c4..dd3a79b 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
@@ -3,8 +3,7 @@ Description=Target Communication Framework agent
 After=network.target
 
 [Service]
-Type=forking
-ExecStart=@SBINDIR@/tcf-agent -d -L- -l0
+ExecStart=@SBINDIR@/tcf-agent -L- -l0
 
 [Install]
 WantedBy=multi-user.target
-- 
1.9.1




More information about the Openembedded-core mailing list