#!/bin/sh
exec 2>&1
set -e
/usr/lib/ufw/ufw-init start quiet
exec chpst -b ufw pause
