diff options
Diffstat (limited to 'network/ufw/README')
-rw-r--r-- | network/ufw/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ufw/README b/network/ufw/README index a961024e11e1..4202149da46e 100644 --- a/network/ufw/README +++ b/network/ufw/README @@ -5,8 +5,8 @@ its command interface, but provides an easy way to add or remove simple rules. To run ufw at boot you can add the following code to rc.local file: -if [ -x /etc/init.d/ufw ]; then -/etc/init.d/ufw start +if [ -x /lib/ufw/ufw-init ]; then +/lib/ufw/ufw-init start fi Rules can be added with ports, services or application names. To specify an |