|
From: <gle...@ag...> - 2010-05-13 04:54:39
|
Hello, I deployed my wrapped application to Solaris 10 and installed following the instructions on: http://wrapper.tanukisoftware.org/doc/english/launch-nix-boot-solaris.html I can start and stop as a console app and background process from the command line in /etc/init.d. When I reboot the service is not started and I get this in /var/svc/log/milestone-multi-user-server:default.log: Executing legacy init script ?/etc/rc3.d/S20MyApp.sh?. Usage: /etc/rc3.d/S20MyApp.sh { console | start | stop | restart | condrestart | status | dump } Legacy init script ?/etc/rc3.d/S20MyApp.sh? exited with return code 1. Why is the service control manager not passing the 'start' command to my startup script? Thanks for you help, Glenn |