#!/bin/sh

addgroup -S tofutf 2>/dev/null
adduser -S -D -H -h /var/lib/tofutf -s /sbin/nologin \
	-G tofutf -g tofutf tofutf 2>/dev/null

exit 0

