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