How can I adapt this debian init.d script to work with CentOS 5?
- by Jason Baker
I'm trying to get an lsyncd daemon running. I installed the lsyncd RPM from epel, but it doesn't seem to come with an init.d script. In the lsyncd repository, there's this script that works with Debian. However, when I try to run this under CentOS, I get this message:
/etc/init.d/lsyncd: line 46: log_daemon_msg: command not found
How can I adapt this to work with CentOS?