diff options
Diffstat (limited to 'system/OpenSnitch/README')
-rw-r--r-- | system/OpenSnitch/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/OpenSnitch/README b/system/OpenSnitch/README index 98328a5cb2..6b521015cc 100644 --- a/system/OpenSnitch/README +++ b/system/OpenSnitch/README @@ -10,6 +10,9 @@ chmod +x /etc/rc.d/rc.opensnitchd 2. Add the following line to /etc/rc.d/rc.local: [ -x /etc/rc.d/rc.opensnitchd ] && /etc/rc.d/rc.opensnitchd start +3. Add the following line to /etc/rc.d/rc.local_shutdown: +[ -x /etc/rc.d/rc.opensnitchd ] && /etc/rc.d/rc.opensnitchd stop + To install the eBPF process monitor module (requires kernel-source), pass in eBPF=yes to the SlackBuild. |