disable restart of networking service without reboot
diff --git a/linux/network/interface.sls b/linux/network/interface.sls
index c0f8154..695fe61 100644
--- a/linux/network/interface.sls
+++ b/linux/network/interface.sls
@@ -201,7 +201,7 @@
   {%- endif %}
   - nozeroconf: True
   - nisdomain: {{ system.domain }}
-  - require_reboot: False
+  - require_reboot: True
 
 {%- endif %}