A DStar IRCDDB client gateway that supports MMDVMHost, the DVAP Dongle, DVRPTR V1, Icom Terminal and Access Point Mode and MMDVM modems (w/o MMDVMHost). Easy (and fast) to compile and install on Debian-based OS (like Raspbian). Now with IPv4/6 dual-stack support.
There does not seem to be a need to run as root, so I created a system user called sgs with no login shell and no home directory.
useradd -d /tmp -M -s /sbin/nologin -r sgs
sgs.cfg needs to be copied to /usr/local/etc when running as non root so that it can be read by user sgs.
Not sure if /tmp is needed as homedir or if it can even be /dev/null if nothing is to be written.