1 2 3 4 5 6
#!/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