moonfire-nvr/debian/moonfire-nvr.postinst

9 lines
69 B
Bash

#!/bin/sh
set -e
adduser --system moonfire-nvr
#DEBHELPER#
exit 0