On 9/25/2014 11:39 AM, Jerry Geis wrote:
There is a README file on CentOS 7 in /etc/init.d that says
Note that traditional init scripts continue to function on a systemd system. An init script /etc/rc.d/init.d/foobar is implicitly mapped into a service unit foobar.service during system initilization
So I dropped my file in the above directory, rebooted and my item did not start.
doing "systemctl list-unit-files | grep myservice" did now show anything.
What piece did I miss?
is your init.d script chmod +x ?
just putting something in init.d isn't sufficient, it has to be linked in rc?.d as a S##name ... which chkconfig on (or systemctl) are supposed to do