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