opensnitch/debian/postinst
2020-02-06 23:54:36 +01:00

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