summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Paige Hendricks <jordan.hendricks@joyent.com>2019-09-03 16:26:04 +0000
committerJordan Paige Hendricks <jordan.hendricks@joyent.com>2019-09-04 14:00:01 +0000
commit245c8cb8fe488fd25dea7e61885def4612759829 (patch)
treedc441474f3f0d82335170cf93102442a3ae2981e
parent60d9678a1f09bc99fca98b7a1590413b74cd41ed (diff)
downloadillumos-joyent-245c8cb8fe488fd25dea7e61885def4612759829.tar.gz
OS-7962 enable hotplug service by default
Reviewed by: Rob Johnston <rob.johnston@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
-rw-r--r--usr/src/cmd/svc/profile/generic.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/cmd/svc/profile/generic.xml b/usr/src/cmd/svc/profile/generic.xml
index 1920d1e8a6..61232545dd 100644
--- a/usr/src/cmd/svc/profile/generic.xml
+++ b/usr/src/cmd/svc/profile/generic.xml
@@ -23,6 +23,8 @@
Copyright 2010 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
+ Copyright 2019 Joyent, Inc.
+
The purpose of the limited_net profile is to provide a set of
active services that allow one to connect to the machine via ssh
(requires sshd). The services which are deactivated here are those
@@ -93,6 +95,9 @@
<service name='system/rcap' version='1' type='service'>
<instance name='default' enabled='true'/>
</service>
+ <service name='system/hotplug' version='1' type='service'>
+ <instance name='default' enabled='true'/>
+ </service>
<service name='network/rpc/bind' version='1' type='service'>
<instance name='default' enabled='true'/>
</service>