Browse Source

Update debian.md

Håvard O. Nordstrand 4 years ago
parent
commit
a6f996e681
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/server/debian.md

+ 2 - 2
config/server/debian.md

@@ -129,13 +129,13 @@ Using ifupdown (default, alternative 1):
 1. For VLAN support, install `vlan`.
 1. For VLAN support, install `vlan`.
 1. For bonding/LACP support, install `ifenslave`.
 1. For bonding/LACP support, install `ifenslave`.
 1. Configure `/etc/network/interfaces`.
 1. Configure `/etc/network/interfaces`.
-1. Restart `networking.service` and run `ifdown` and `ifup` on all changed interfaces.
+1. Run `ifdown` and `ifup` on all changed interfaces.
 
 
 Using ifupdown2 (alternative 2):
 Using ifupdown2 (alternative 2):
 
 
 1. Install `ifupdown2`.
 1. Install `ifupdown2`.
 1. Configure `/etc/network/interfaces`.
 1. Configure `/etc/network/interfaces`.
-1. Restart `networking.service` (**TODO** enough?).
+1. Run `ifdown` and `ifup` on all changed interfaces.
 
 
 Using systemd-networkd (alternative 3):
 Using systemd-networkd (alternative 3):