[main]
@type = oneshot
@description = "CLI Netfilter Manager"
@version = 0.0.1
@user = (root)
@options = (log)
[start]
@build = auto
@execute = (
	if {
		execl-toc -nt -f /etc/ufw/ufw.conf
		66-yeller -fcp ufw /etc/ufw/ufw.conf doesn't exist
	}
	if {
		execl-toc -nt -f /usr/lib/ufw/ufw-init
		66-yeller -fcp ufw /usr/lib/ufw/ufw-init doesn't exist
	}
	/usr/lib/ufw/ufw-init start
) 
[stop]
@build = auto
@execute = ( /usr/lib/ufw/ufw-init stop )

