[SOLVED]
Hello guys
Today I create a daemon on ubuntu called "daemonprova"
When i execute it , i can see that it work , throught "ps aux" command that output the process of my system.
and i can see it
Code:
alex 2839 0.0 0.0 2160 292 ? Ss 15:38 0:00 ./daemonprova
alex 2841 0.0 0.0 4696 820 pts/0 S+ 15:38 0:00 grep --color=auto daemonprova
But, when i digit "sudo service daemonprova status"
The terminal say me "daemonprova: unrecognized service"
Why my system don't recognized daemonprova if I executed it?