aports/testing/monopd/monopd.pre-install
2025-01-11 11:09:56 +00:00

5 lines
125 B
Bash
Executable file

#!/bin/sh
addgroup -S monopd 2>/dev/null
adduser -S -D -H -h /dev/null -s /sbin/nologin -g monopd monopd 2>/dev/null
exit 0