aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
blob: a486ac7bad63a1d8f1926a06657b94038bdeb55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Target Communication Framework agent
After=network.target

[Service]
Type=forking
ExecStart=@SBINDIR@/tcf-agent -d -L- -l0
KillSignal=USR2
SuccessExitStatus=USR2

[Install]
WantedBy=multi-user.target