You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
224 B

#!/bin/sh
addgroup -S honk 2>/dev/null
adduser -S -D -h /srv/honk -s /sbin/nologin -G honk -g honk honk>/dev/null
printf "Initialize honk before enabling:\nsudo --user=honk /usr/bin/honk -datadir=/srv/honk init\n"
exit 0