I installed sfcb on Ubuntu 18.04 system. It got installed without any errors. I can start and stop the service without any errors.
However When I check status of the sfcb service, as given below, it is shown as "active(exited)"
*zebra@zebra-OptiPlex-3040:~$ systemctl status sfcb
● sfcb.service - LSB: Start sfcb
Loaded: loaded (/etc/init.d/sfcb; generated)
Active: active (exited) since Thu 2021-06-10 18:07:56 +0530; 1h 24min ago
Docs: man:systemd-sysv-generator(8)
Process: 20481 ExecStop=/etc/init.d/sfcb stop (code=exited, status=0/SUCCESS)
Process: 20499 ExecStart=/etc/init.d/sfcb start (code=exited, status=0/SUCCESS)
ජූනි 10 18:07:56 zebra-OptiPlex-3040 systemd[1]: Starting LSB: Start sfcb...
ජූනි 10 18:07:56 zebra-OptiPlex-3040 sfcb[20499]: * Starting the small footprint CIM broker (SFCB)
ජූනි 10 18:07:56 zebra-OptiPlex-3040 sfcb[20507]: --- sfcbd V1.4.9 started - 20506
ජූනි 10 18:07:56 zebra-OptiPlex-3040 sfcb[20507]: --- invalid control statement:
ජූනි 10 18:07:56 zebra-OptiPlex-3040 sfcb[20499]: ...done.
ජූනි 10 18:07:56 zebra-OptiPlex-3040 sfcb[20507]: 8: httpsProcs: 8
ජූනි 10 18:07:56 zebra-OptiPlex-3040 systemd[1]: Started LSB: Start sfcb.
ජූනි 10 18:07:56 zebra-OptiPlex-3040 sfcb[20507]:*
I am very new to Linux and I am clueless on how to fix this.
Please help me to resolve this issue? Did anyone else observe this issue?