moonfire-nvr/debian/moonfire-nvr.postinst
2016-01-01 22:06:47 -08:00

9 lines
69 B
Bash

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