Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have done a linux service using this article on this link
[^]

After that I copied the files into the init.d directory

VB
cp -f "myserviced" "/usr/sbin/myserviced"
cp -f "myservice" "/etc/init.d/myservice"
ln -s "/etc/init.d/myservice" "/etc/rc2.d/S99myservice"
ln -s "/etc/init.d/myservice" "/etc/rc0.d/K99myservice"


In the next step I started the service using the command
service myservice start


Then it prints like this
myservice: unrecognized service

Why I am getting this error. I am using Ubuntu OS for installing my service. Not installed any chkconfig tool for installing services on linux. How I can solve this without installing any other tools.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900