1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="autostart-solaris">
|
---|
4 | <title>Oracle Solaris: Starting the Autostart Service With SMF</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>On Oracle Solaris hosts, the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> autostart daemon is integrated
|
---|
8 | into the SMF framework. To enable it you must point the service to an existing configuration file which has the
|
---|
9 | same format as on Linux, see <xref href="autostart-linux.dita#autostart-linux"/>. For example: </p>
|
---|
10 | <pre xml:space="preserve"># svccfg -s svc:/application/virtualbox/autostart:default setprop \
|
---|
11 | config/config=/etc/vbox/autostart.cfg</pre>
|
---|
12 | <p>When everything is configured correctly you can start the <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
|
---|
13 | autostart service with the following command: </p>
|
---|
14 | <pre xml:space="preserve"># svcadm enable svc:/application/virtualbox/autostart:default</pre>
|
---|
15 | <p>For more information about SMF, see the Oracle Solaris documentation. </p>
|
---|
16 | </body>
|
---|
17 |
|
---|
18 | </topic>
|
---|