From 7110ba14aa06a0edc1af22e7132d177f6e661b4f Mon Sep 17 00:00:00 2001 From: "Samson.W" Date: Mon, 3 Dec 2018 03:29:57 +0800 Subject: [PATCH] Update how_to_persistent_iptables_rules_with_debian_9.mkd --- .../how_to_persistent_iptables_rules_with_debian_9.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd b/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd index 94ad473..b89543a 100644 --- a/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd +++ b/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd @@ -45,5 +45,5 @@ Note: User iptables-save/ip6tables-save command, save file must is above file na ## Well-done Iptables rules would auto restore iptables rules when Operation system restart, or manual to exec following command: ``` -$ systemctl restart netfilter-persistent +$ sudo systemctl restart netfilter-persistent ```