#!/bin/sh addgroup -S restic 2>/dev/null adduser -S -D -H -h /dev/null -s /sbin/nologin \ -G restic -g 'Rest Server Daemon' restic 2>/dev/null exit 0