#!/bin/sh

addgroup openxcap 2>/dev/null
adduser -G openxcap -h /var/run/openxcap -s /bin/false -S -D -H openxcap 2>/dev/null
exit 0
