mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
8 lines
164 B
Bash
Executable file
8 lines
164 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# FIXME: remove in favor of dh_installsystemd
|
|
systemctl unmask opensnitch.service
|
|
systemctl enable opensnitch.service
|
|
service opensnitch restart
|