浏览代码

Update debian.md

Håvard O. Nordstrand 4 年之前
父节点
当前提交
a6f996e681
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 bonding/LACP support, install `ifenslave`.
 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):
 
 1. Install `ifupdown2`.
 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):