centos 7 init script

Started by hsvt, January 21, 2016, 02:27:12 PM

Previous topic - Next topic

hsvt

 /etc/rc.d/init.d/nxagentd: line 27: [: =: It is expected to use a unary operator

- 27 [ ${NETWORKING} = "no" ] && exit 0

+ 27 [ "${NETWORKING}" = "no" ] && exit 0


With no warning quotes

https://www.netxms.org/documentation/netxms-admin.pdf here generally indicated that the need to run through:

10. Run agent:
$ /usr/local/bin/nxagentd -d


Although startup scripts have, it would be necessary to update the manual. https://www.netxms.org/forum/installation/start-services-on-boot/msg8708/#msg8708

Victor Kirhenshtein

Hi,

I've fixed startup scripts, thank you!

Best regards,
Victor