#!/bin/sh

addgroup -S jackett 2>/dev/null
adduser -S -D -h /var/lib/jackett -s /sbin/nologin -G jackett -g jackett jackett 2>/dev/null

exit 0
