#!/bin/sh

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