aports/testing/opensips/opensips.pre-install

6 lines
83 B
Bash

#!/bin/sh
adduser -H -h /var/empty -s /bin/false -D opensips 2>/dev/null
exit 0