mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 16:44:46 +01:00
6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
service opensnitch stop || true
|
|
systemctl disable opensnitch.service || true
|