ayaports/user/thelounge/thelounge.pre-install

6 lines
135 B
Bash

#!/bin/sh
addgroup -S thelounge 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G thelounge -g thelounge thelounge 2>/dev/null
exit 0