#!/bin/sh

groupadd -r -- tyrquake 2>/dev/null
useradd -r -M -N -s /sbin/nologin -g tyrquake -c tyrquake -- tyrquake 2>/dev/null

exit 0
