#!/bin/sh addgroup -S quicktun adduser -S -h /var/run/quicktun -s /sbin/nologin -G quicktun -g "quicktun user" -H -D quicktun exit 0