chkconfig creating service symlinks with the wrong order
- by Robert
On RHEL 6.3, I have a system service that should be starting after postgresql and httpd (order 64 and 85, respectively), but chkconfig always places it at order 50. I tried an experiment on a CentOS 6.0 virtual machine to make sure I understood the LSB stanza syntax.
I created /etc/init.d/foo, owner root, permissions 755, with this text:
###…