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