aports/testing/66/66.pre-install
2025-01-10 17:31:45 +00:00

5 lines
135 B
Bash

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