mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-05 17:10:57 +01:00
7 lines
96 B
Text
7 lines
96 B
Text
![]() |
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
service opensnitch stop || true
|
||
|
systemctl disable opensnitch.service || true
|