diff options
Diffstat (limited to 'doc/net.example.Linux.in')
-rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 136072f0..28a2fb98 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -1010,7 +1010,7 @@ #postdown() { # # Enable Wake-On-LAN for every interface except for lo -# # Probably a good idea to set RC_DOWN_INTERFACE="no" in /etc/conf.d/rc +# # Probably a good idea to set ifdown="no" in /etc/conf.d/net # # as well ;) # [ "${IFACE}" != "lo" ] && ethtool -s "${IFACE}" wol g |