summarylogtreecommitdiffstats
path: root/opensnitch.install
blob: f918711f0ee005bbc69b2deb34f663e664a8021e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo "Enable opensnitchd as a systemd service:"
	echo ""
	echo "systemctl enable --now opensnitchd"
}

post_upgrade() {
	echo "Restart opensnitchd service:"
	echo ""
	echo "systemctl daemon reload"
	echo "systemctl restart opensnitchd"
}