Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-metal / files / mtce-control-adjust-unit-file-paths.patch
1 diff --git a/mtce-control/src/scripts/hbsAgent.service b/mtce-control/src/scripts/hbsAgent.service
2 index de3cb8d..b26690d 100644
3 --- a/mtce-control/src/scripts/hbsAgent.service
4 +++ b/mtce-control/src/scripts/hbsAgent.service
5 @@ -5,9 +5,9 @@ Before=pmon.service
6  
7  [Service]
8  Type=forking
9 -ExecStart=/etc/rc.d/init.d/hbsAgent start
10 -ExecStop=/etc/rc.d/init.d/hbsAgent start
11 -PIDFile=/var/run/hbsAgent.pid
12 +ExecStart=/etc/init.d/hbsAgent start
13 +ExecStop=/etc/init.d/hbsAgent start
14 +PIDFile=/run/hbsAgent.pid
15  KillMode=process
16  SendSIGKILL=no
17