Hi, (1) A service under SMF control was last disabled using the following command: svcadm disable mySVC:default. (Note: I did not use the ?-t? option.)
(2) mySVC:default is currently disabled and must remain disabled until the next reboot. (3) Upon the next system reboot, I want mySVC:default to start. (4) How do I tell SMF that mySVC:default should start when the system reboots? (The previous disable command prevents this from happening.) The only way I can think of is to do the following: svcadm enable mySVC:default svcadm disable ?t mySVC:default Is there a better way? Thanks in advance Paul W. This message posted from opensolaris.org