forked from bottlerocket-os/bottlerocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.xml
38 lines (31 loc) · 1.17 KB
/
server.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!--
Server-specific (wickedd binary) configuration file.
-->
<config>
<include name="common.xml"/>
<dbus-service interface="org.opensuse.Network.Ethernet">
</dbus-service>
<dbus-service interface="org.opensuse.Network.Wireless">
</dbus-service>
<dbus-service interface="org.opensuse.Network.Bond">
<action name="addSlave" command="/usr/bin/true" />
<action name="removeSlave" command="/usr/bin/true" />
</dbus-service>
<dbus-service interface="org.opensuse.Network.Firewall">
<action name="firewallUp" command="/usr/bin/true"/>
<action name="firewallDown" command="/usr/bin/true"/>
</dbus-service>
<dbus-service interface="org.opensuse.Network.Scripts">
<action name="firewallUp" command="/usr/bin/true"/>
<action name="networkUp" command="/usr/bin/true"/>
<action name="networkDown" command="/usr/bin/true"/>
<action name="firewallDown" command="/usr/bin/true"/>
</dbus-service>
<system-updater name="generic" format="info">
<action name="install" command="/usr/bin/netdog install"/>
<action name="remove" command="/usr/bin/netdog remove"/>
</system-updater>
<teamd>
<enabled>false</enabled>
</teamd>
</config>