VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/autostart-solaris.dita@ 105573

Last change on this file since 105573 was 105335, checked in by vboxsync, 7 months ago

FE/Qt: bugref:10705. Merging r6149 from doc team's repo.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
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>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette